Skip to content

edmunteanu/cheese.formice.com

 
 

Repository files navigation

cheeseformice (cheese.formice.com)

Website for cheese.formice.com

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build
quasar serve --silent dist/spa

Customize the configuration

See Configuring quasar.conf.js.

Running with the backend stack

First you need to create a frontend network with the following command

docker network create --attachable --driver bridge frontend

Once that is done, that will allow you to connect this service to the backend nginx reverse proxy.

To start the service, just run

docker-compose up --build --detach

To check the logs, just run

docker-compose logs --follow

About

Source code for cheese.formice.com website

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 49.5%
  • Vue 46.2%
  • JavaScript 2.8%
  • SCSS 0.7%
  • HTML 0.5%
  • CSS 0.2%
  • Dockerfile 0.1%