Update CONTRIBUTING.md

This commit is contained in:
visortelle 2022-01-09 18:50:57 +03:00
parent 6f890d1854
commit 550f1a2e80

View File

@ -7,6 +7,7 @@ You need NodeJS >= 14.x.x
- Clone the repository.
- Go to directory with `package.json`.
- `npm run dev`.
- Before publish a PR, please check that it builds without errors and works in production mode: `npm run build && npm start`
If you want to implement some significant change, it's better to create a GitHub issue and discuss it first.