This is the repository for the Festival amaterskog filma website.
Install dependencies:
npm installCreate .env file. The template is in .env.example.
Run dev server:
npm run devServer will start on http://localhost:5173 by default.
To build, first run
npm run buildand then
npm run previewThere's a Dockerfile in the repo, which you can use to run application in a production environment.