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
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