Reiseplanung für Städtetrips für Menschen mit Einschränkungen
Make sure to install the dependencies:
# npm
npm installStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewTo run the production version, you can simply use the provided Docker image and Docker-Compose file:
docker pull ghcr.io/passidel/accessicity:latest
docker-compose up -d mariadb
# wait a few seconds for the db to be up
docker-compose up -d accessicitycat cities.geojson | node prisma/seed.js