This repository manages the content of the official Ethereum Cat Herders website.
This app is built using:
- Next JS
- Tailwind CSS
- Shadcn UI
- Prisma
- TypeScript
You may need the additional prisma library to build locally
npm i -g prisma
Install the dependencies
npm install
npm run dev
To contribute to this project, please follow the steps below:
- Fork the repository
- Create a new branch
- Make your changes
- Create a pull request to the
develop
branch
Once your PR is merged to the develop
branch, it will be deployed to the staging website.
To deploy changes to the production website, you need to create a PR from the develop
branch to the main
branch. A reviewer must approve the PR before it can be merged.
If you're a new contributor with questions, contact the team in our Discord server.