Collaborative tagging.
Depends on ficai-signals-server, follow the instructions there to run it in docker-compose.
To run everything here inside docker:
docker-compose up -d --build nginx quasar-spa
If you'd prefer to run outside of docker, only start nginx
and then follow
the instructions below:
docker-compose up -d nginx
Open http://localhost:9000
in your browser.
To build browser extension:
docker-compose up --build quasar-build-bex
Built extension will at ./dist/bex/
npm i -g @quasar/cli
npm install
quasar dev -p 8000
BEX = Browser EXtension
quasar dev -m bex
Install:
pip install pre-commit
Run after you staged files to commit in git:
pre-commit run
Run on all files (staged or not):
pre-commit run --all-files
Install as git pre-commit hooks (will run automatically on git commit and prevent commit if failed)
pre-commit install
npm run lint
npm run format
quasar build
See Configuring quasar.config.js.
ficai-web is licensed under the MIT license.