Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14.15.0
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Development

### Prerequisites

- [nvm](https://github.com/nvm-sh/nvm)

### Getting started

Use the specified version of Node for this project:

`nvm use`

If you get an error that the version of node is not installed, run:

`nvm install $(cat .nvmrc)`

### Commands

#### `npm run bootstrap`
Expand Down