Awesome
trace.moe-www
Front-end website for trace.moe
Getting Started
docker run -it --rm -p 3000:3000 ghcr.io/soruly/trace.moe-www:latest
Development
git clone https://github.com/soruly/trace.moe-www.git
cd trace.moe-www
npm install
npm run dev
You can also use pm2 to run this in background in cluster mode.
Use below commands to start / restart / stop server.
npm run start
npm run stop
npm run reload
npm run restart
npm run delete
To change the number of nodejs instances, edit ecosystem.config.json