brew install node
sudo apt update
sudo apt install nodejs npm
npm install
npm run dev
The site should be located at: localhost:3000
modify next.config.js
with the path you want to host from, then run
npm run export
npm run start
A systemd unit file (gpuharbor.service
) is also included for use on Linux systems, and can be symlinked into the correct spot (e.g. /lib/systemd/system/gpuharbor.service
).
https://nextjs.org/learn