README.md
July 5, 2021 ยท View on GitHub
To kickstart the boilerplate, run the following commands:
yarn
yarn dev
If you do not have yarn installed, delete the yarn.lock file and install via npm,
npm install
npm run dev
Or install yarn:
npm install --global yarn