Website is deployed at surdu.me
First, install the dependencies:
npm installOn Mac with Apple silicone, I had an error when npm tried to install canvas, so first I had to install the following with brew.
brew install pkg-config pixman cairo pangoThen you'll be able to run the development server:
npm startOpen http://localhost:3000 with your browser to see the result.
Deployment is done automatically via GitHub actions when code is pushed to the main branch.