This is a web application written in Svelte, in order to support planning internships for the Course of Nursing at Unical.
- Running during development:
npm run dev -- --open. - Building a production version of the app:
npm run build. To preview the build usenpm run preview.
- Set up the
.envfile, using.env.exampleas a starting point. - Run
docker compose up -d. The app will be listening athttp://localhost:3000.
