mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
18 lines
260 B
Markdown
18 lines
260 B
Markdown

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