My personal website.
Install all the dependecies needed by running the command:
npm installYou can then check a development version by running the command:
npm run devTo check a production build run the following commands:
npm run build
npm startTo release a new version run the following command:
npm run release