Name | Link |
---|---|
Framework | Next.js |
Deployment | Vercel |
Database | Neon |
ORM | Prisma |
Rich | Text Editor: Tiptap |
Icons | Tabler icons |
Authentication | NextAuth |
Styling | Tailwindcss |
Follow these steps to run the project locally on your machine:
- Clone the repository
git clone https://github.com/tszhong0411/one-blog.git
- Navigate to the project directory
cd one-blog
- Install dependencies
pnpm 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
pnpm dev
Made with ❤️ in Hong Kong