Skip to content

LuminuNET/key-redeem-feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beta Key Redeem

Side note

  • Use NodeJS version 12+, or otherwise you will automatically modify the lockfile during the installation.

Setup

Development

  • import ./sqldump/development.sql.zip into your local database (Only required once)
  • Enter .env variables according to ./packages/service/.sample-env and use NODE_ENV=DEV
  • npm login --scope=@luminu --registry=http://repo.luminu.net/repository/luminu-node/
  • npm install
  • npm build:pre
  • npm start

Production

  • import ./sqldump/production.sql.zip into the production database (Only required once | If there are any errors, create the database luminu_web | This will only import the db structure)
  • Enter .env variables according to ./packages/service/.sample-env and use NODE_ENV=PROD
  • npm login --scope=@luminu --registry=http://repo.luminu.net/repository/luminu-node/
  • npm install
  • npm build:pre
  • npm build
  • npm deploy

About

Redeem your key + give feedback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published