The official website of Simonyi Károly College for Advanced Studies.
Check out live at: simonyi.bme.hu
This project uses:
- PNPM: https://pnpm.io/
- Vercel CLI: https://vercel.com/docs/cli
- Node Version Manager
Install dependencies:
pnpm i
Link your local repository to the Vercel one.
vercel link
Pull the environment variables from Vercel.
vercel pull
Create a symbolic link to .vercel/.env.development.local
to act as .env
.
# Linux
ln -s .vercel/.env.development.local .env
# Windows PowerShell
New-Item -ItemType SymbolicLink -Value .vercel/.env.development.local -Path .env
pnpm dev
- Frontend: localhost:3000