This project is aimed to rewrite scissors61 repo to Next JS. The original repo is made using Jekyll, which is not something I am highly familiar with. This also allow me to do some exploration with Next.js.
To start the project, run npm run dev go to http://localhost:3000/on your favourite browser.
To export the project, first run npm run build and then npm run export.
To test the generated output locally, execute python -m SimpleHTTPServer whithin the out folder.