Skip to content

vitec-memorix/maniiifision

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published