Original by Krzysztof Pantak.
- Install NPM (example, using NVM)
nvm install --lts
- nvm use
- Install Yarn,
npm install --global yarn
- Run
yarn install
- Run
yarn run develop
For build, run yarn build
.
Original by Krzysztof Pantak.
nvm install --lts
npm install --global yarn
yarn install
yarn run develop
For build, run yarn build
.