Main .com site for Thalhalla
NOTE: Do not use apt
to install yarn
. Use npm
.
- Install the Node Version Manager
2.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
- Install the Node Package Manager using NVM
3.
nvm install 18
4.nvm use 18
- Install gatsby-cli
4.
npm install -g gatsby-cli
- Run
yarn
- Run
gatsby develop
to start your local dev instance
Run yarn storybook
and then go to localhost:6006