- Node.js 18+
- npm
Clone or download the project.
Install dependencies:
npm installStart development server:
npm run devStart production server:
npm startOpen in browser:
http://localhost:3000
Username: admin
Password: password
GS-1337-WISH-7ED3
If you want to regenerate demo users, topics and posts, delete:
src/db/forum.json
and restart the server.
