- Framework: Next.js
- Database: Upstash Redis
- Deployment: Vercel
- Styling: Tailwind CSS
- Analytics: Beam Analytics
git clone https://github.com/hqasmei/portfolio.git
cd portfolio
bun install
bun dev
Create a .env
file similar to .env.example
.
Go to Upstash, create an account, create a database in Upstash Redis and add the generate UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN.
Go to Beam Analytics, add your url and replace the data-token in src/app/layout.tsx.
npx sst deploy --stage prod npx sst remove --stage prod
sst secret set MySecret my-secret-value --stage prod