Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 419 Bytes

quickstart

  • copy env-config.example.ts to env-config.ts
  • add your api key to env-config.ts

run:

npm install
npm run build-database
npm start

export prod version

npm run build
copy ./database to ./dist/database

Based on the awesome TGXLoader by lowlines