code-review/frontend
Andi-Bogdan Postelnicu 593ef68629
Release 1.6.7
2023-05-11 07:31:20 +02:00
..
src Optional Phab references on the Revision model (#1670) 2023-04-21 16:30:53 +02:00
test Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00
.eslintrc.js Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00
.gitignore frontend: Update dependencies. (#39) 2019-07-18 12:01:32 +02:00
README.md Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00
babel.config.json Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00
package-lock.json Release 1.6.7 2023-05-11 07:31:20 +02:00
package.json Release 1.6.7 2023-05-11 07:31:20 +02:00
webpack.config.js Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00

README.md

Code Review Frontend

This is a simple Vue.JS administration frontend, the production instance is publicly available at https://code-review.moz.tools/

You'll need Node 16+ to be able to build it.

Developer setup

npm install
npm run build # to build once in production mode
npm run build:dev # to build once in development mode
npm run start # to start a dev server on port 8010

Linting

eslint is available through:

  • npm run lint to list potential errors,
  • npm run lint:fix to automatically fix these errors.