- Next.js
- React Hook Form
- React Query
- Tailwind CSS
- Radix UI
- Zod
- TypeScript
- Editorjs
- NextAuth.js
- Prisma
Setup project locally for development.
- npm
npm install npm@latest -g
- Create
.env.localfile at the root level of the project and copy env variables from.env.examplefile.
- Fork the repo
- Clone the repo
git clone https://github.com/[YOUR_USERNAME]/[YOUR_FORKED_PROJECT_NAME].git
- Install the dependencies
yarn
- Start the development server
yarn dev
- Your project will be running at http://localhost:3000
yarn prisma db pushyarn prisma generateHow to implement Google Authentication in a Next.js app using NextAuth
Contributions are what make the open source community such an amazing place to learn and create. Any contribution you make will be highly appreciated.
Feel free to fork the repository or create a pull request. And don't forget to give the project a star! ๐
- Fork the repository
- Create your feature branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -m 'Add some new feature') - Push to the branch (
git push origin feature/new-feature) - Open a Pull Request
