Public website
This is a NextJS-powered site. To get started, you'll need a copy of NodeJS, which you can install with the Node Version Manager (NVM):
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
$ nvm install nodeNow clone this project to your local machine:
$ git clone https://github.com/nicerhino/nicerhino.com
$ cd nicerhino.comFinally, install the project dependencies and start the development server:
$ npm install
$ npm run devYou should now have a local webserver running the website at http://localhost:3000.