Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 591 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 591 Bytes

Contributing

git

Use Conventional Commits when making commits.

Setup

💨 Running for development

  • Preferably have Mangatsu Server running
  • Install Node 16+ and npm 8+
  • Copy example.env.local as .env.local and change values
  • Run npm i to install all dependencies
  • Run npm run dev to start the development version
  • OR
  • Run npm run build and npm start for the production version

❗ Requirements

  • Node.js 18+
  • npm 9.0+
  • Mangatsu Server
  • Docker (optional)