Continously under development
srcandpublicare development directories.css,js,files, anddatabaseare production directories used in order for the website to be deployed on Github Pages.
npm install
npm run serve
A limegreen background in the title indicates it is running the development server.
npm run build
npm run test
npm run lint
npm run deploy
npm run deploy-gh
npm run docker-start
To stop Docker:
npm run docker-stop
A lightblue background in the title indicates it is running the staging server.
Sometimes it might be enough to use this to start docker.
Start: docker-compose up -d
Stop: docker-compose down