Skip to content

Commit

Permalink
set required node version
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Jan 3, 2024
1 parent 7dcf94f commit aa6d15b
Show file tree
Hide file tree
Showing 4 changed files with 3,080 additions and 13,247 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/Hydrogen
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
# todo-app

## Project setup

```
nvm install && nvm use
```

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
```
Loading

0 comments on commit aa6d15b

Please sign in to comment.