This application powers up my personal site. It's for sure not the greatest piece of code ever, but it's working as intended :)
Install dependencies using
yarn
Then start the application with
yarn start
If you're happy with the result you can create production build using
yarn build