https://probot.io/ is a website for a Discord bot called ProBot. ProBot is a multipurpose bot that can be used for a variety of tasks, including:
- Welcome new members to your server
- Moderate your server and keep it safe
- Automate tasks, such as sending out announcements or reminders
- Play music and games
- And more!
Probot.io is a website built with Next.js, React.js, Tailwind CSS, AOS, and Radix UI. It is a simple yet effective website that showcases the power of these technologies.
- Next.js: A React framework that provides server-side rendering and static site generation.
- React.js: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework that allows you to create custom designs without writing any CSS.
- AOS: A library for animating elements as they scroll into view.
- Radix UI: A library of accessible and reusable components.: A React framework that provides server-side rendering and static site generation.
- set up your next.js project
- set up tailwaind css: Make Sure that you add
prefix: 'tw-'
in the configration and use avariables.css
with it - your own backend server: this project use axios to send req's and socket-io as a websocket server so you need to make soure that you read and understand website code to make it
- install private npm package: just use
yarn add github:ProBotOrg/locale
ornpm i github:ProBotOrg/locale
- setup nextjs routes