A minimal microblogging platform. 🗣️
nicholasdly/posts is built with the following tools:
- Web Framework: Next.js
- Styling: Tailwind CSS and shadcn/ui
- Database: PostgreSQL with Drizzle ORM
- Deployment: Vercel
-
Fork and clone this repository using
git clone
. -
Install npm packages:
npm install
-
Create a
.env.local
file based off of.env.example
, and provide the necessary keys. -
Run the following command to start a local development server.
npm run dev
Licensed under the MIT License, Copyright © 2024