/vision.nestlink.de

Peep! 🐣

Primary LanguageSvelteEuropean Union Public License 1.2EUPL-1.2

vision.nestlink.de

Develop

  1. Customise your environment.
cp .env.example .env
  1. Install dependencies with npm.
npm i
  1. Apply database migrations.
npx prisma migrate dev
  1. Run the development server.
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Deploy

This app is configured to run behind a traefik reverse proxy.
Before building, ensure an environment file is present in the root directory.

docker-compose up -d