mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-03-22 05:22:22 +00:00
20 lines
271 B
Markdown
20 lines
271 B
Markdown
# it-tools
|
|

|
|
|
|
|
|
## 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
|
|
```
|