Web frontend and API server for the NX Retro Shop.
- Node.js 18+
- npm
npm installCreate a .env file:
PORT=3001
HAUTH=hauth_domain_token
SHOP_INDEX_URL=https://example.com/index.json|tflnpm run serverOpen http://localhost:3001.
For production with PM2:
npm start