it-tools/README.md

19 lines
260 B
Markdown
Raw Normal View History

![logo](.github/logo.png)
2020-04-07 18:06:35 +02:00
## Project setup
Install dependencies by running the following command:
```shell
2020-04-07 18:06:35 +02:00
npm install
```
Then compiles and hot-reloads for development:
```shell
2020-04-07 18:06:35 +02:00
npm run serve
```
And to lint and fixe files, run:
```shell
2020-04-07 18:06:35 +02:00
npm run lint
```