Skip to main content
Version: 0.1.0

Installation

Requirements

  • Node.js with npm installed

Instructions

  • Download the repository and unpack it. (or use git clone)
  • Open the folder in terminal
  • Run npm install to install the dependencies
  • Run npm run build
  • Then go to the folder named backend cd backend
  • Run npm install there too
  • Create the database in backend/database.db based on this
  • Create the config file in config.json more info
  • Now go back to the main folder cd .. and run npm run prod
  • (Alternatively run tsx starter.ts)
  • Access it on: http://localhost:3000