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