Clone the repository, install dependencies and update git submodule:
pnpm install
git submodule init
git submodule update
start a development server:
pnpm dev
To create a production version of your app:
pnpm build
You can preview the production build with pnpm preview
.
- Main: https://risorse.students.cs.unibo.it
- GitHub Pages (slower, no SSR): https://csunibo.github.io/dynamik/
- Vercel: https://dynamik.vercel.app/ (unadvertised)