Name | Link |
---|---|
Framework | Next.js |
Deployment | Vercel |
Database | Neon |
ORM | Prisma |
Rich | Text Editor: react-quill |
Icons | Tabler icons |
Data Fetching Library | Raect Query |
Authentication | NextAuth |
Styling | Tailwindcss |
Follow these steps to run the project locally on your machine:
- Clone the repository
git clone https://github.com/AkshayMoolya/one-blog.git
- Navigate to the project directory
cd one-blog
- Install dependencies
npm install
- Configure environment variables
Create a .env.local
file based on the provided .env.example
file and fill in the necessary variables.
- Run the development server
npm run dev
Made with ❤️ in Akshay Moolya