Seniru / cheese.formice.com

Source code for cheese.formice.com website

Home Page:http://cheese.formice.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://cheese.formice.com/

License:MIT License


Languages

Language:Vue 49.0%Language:TypeScript 44.3%Language:JavaScript 5.0%Language:HTML 0.8%Language:SCSS 0.8%Language:Dockerfile 0.1%