- Ensure Node.js ≥ 18 is installed
- Ensure pnpm is installed globally (
npm install -g pnpm
)
# Ensure you installed the development/build prerequisites above
# Clone repository and install build dependencies
git clone https://github.com/nyrpqsqq35/valoreye.git valoreye
cd valoreye
pnpm install
# Build for production
pnpm dist # built artifact is at valoreye/dist/index.js
# Start in-dev
pnpm dev # Starts web/ devserver and starts watching valoreye/ for changes
cd valoreye && pnpm start:dev # Start valoreye/dist/index.js (or use IDE to debug it)