- Framework: Next.js
- Database: Postgres
- Deployment: Vercel
- Styling: Tailwind CSS
- Analytics: PostHog Analytics
This application requires Node.js v18.17+.
Clone the repository.
git clone https://github.com/rasreee/rasreee.com.git
cd rasreee.com
Create the .env
file and set the required environment variables.
cp .env.example .env
Install dependencies and run the app.
pnpm install
pnpm dev