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 iLink your local repository to the Vercel one.
vercel linkPull the environment variables from Vercel.
vercel pullCreate 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 .envpnpm dev- Frontend: localhost:3000