A project management tool inspired by Quire.
Useful commands
npm install
– install projectnpm run dev
– run project locallynpm run test
– run all testsnpm run lint
– check code lintsnpm run lint-fix
– try to solve lints errors automatically
A project management tool inspired by Quire.
npm install
– install projectnpm run dev
– run project locallynpm run test
– run all testsnpm run lint
– check code lintsnpm run lint-fix
– try to solve lints errors automatically