- Framework: Next.js
- Database: Postgres
- Deployment: Vercel
- Styling: Tailwind CSS
- Analytics: Vercel Analytics
This application requires Node.js v18.17+.
git clone https://github.com/disin8/portfolio.git
cd portfolio
bun install
bun dev
Create a .env.local
file similar to .env.example
.
CREATE TABLE views (
slug VARCHAR(255) PRIMARY KEY,
count INT NOT NULL
);