This is the Frontend of Bike-Finder. To use PWA features the application needs to be run in production mode.
Refer https://nodejs.org/en/ to install NodeJS
Install Vue Cli Node Package Globally using the following Command.
npm install -g @vue/cli
Rename .env.local.example to .env.local and enter Client Secret from the bike-finder Squidex App (Settings -> Client -> Client Secret).
Go into the project Folder and install the npm packages using the following command
npm install
Run the following command to run the application
npm run serve
The application runs on localhost:8080