Skip to content

ONI-Wiki-zh/blueprintnotincluded-backend

 
 

Repository files navigation

Blueprintnotincluded-backend

The server for Blueprintnotincluded

Setting up the environnement

Create a .env file (see dotenv) in the project directory with the following available environment variables:

  • ENV_NAME: could be set to development
  • PUBLIC_DIR: The root folder of the front end files. Default to
  • JWT_SECRET: As its name. Just give it a dummy string if not in production
  • CAPTCHA_SITE: Can be omitted in development mode
  • CAPTCHA_SECRET: Can be omitted in development mode
  • BROWSE_INCREMENT: Limit of the number of blueprints in the browse pop-up

Start the server

node run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.1%
  • TypeScript 28.2%
  • HTML 21.7%
  • Shell 2.0%