Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 582 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 582 Bytes

maniiifision

Setup

VSCode

To make sure the development is a nice experience within VSCode we have some recommended extensions.

Go to your extensions tab. And search for @recommended

Install them and continue with the next step

For development

Make sure you are running Node LTS v18 (lts/hydrogen)

nvm install lts/hydrogen
nvm use lts/hydrogen

Make sure you have yarn v1 installed globally

npm i -g yarn

Installing packageges used by this project:

yarn
# OR
yarn install

Running the project with:

yarn dev