it-tools/README.md
Corentin Thomasset 42864770d7 docs: removed previous title
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2020-06-07 13:39:45 +02:00

18 lines
260 B
Markdown

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