Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 318 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 318 Bytes

Installing

Runtime

You'll need node version 16, you can get that with nvm:

nvm install 16 nvm use 16

Then install yarn:

npm install --global yarn

Dependencies

Now you can just install the dependencies with:

yarn install

Running in dev

To run just:

yarn start