IMPORTANT DISCLAIMER: This code should not be used in production without a thorough security audit.
Before running the project, follow the following steps to customize your environment.
cp .env.example .env
cp assets.json.example config/assets.json
adjust values in .env
and assets.json
according to your preferences
npm i
npm run build
npm start
Run node bootstrap.js
before npm start
if you need to create accounts
Please report suspected security vulnerabilities in private to [email protected]
Please do NOT create publicly viewable issues for suspected security vulnerabilities.