dianezhou96 / lululedger

SFIT Lululemon fundraising order platform
0 stars 0 forks source link

LuluLedger

Lululedger is a platform for SFIT Lululemon fundraising orders.

Getting Started

config.ts must be placed in src/server/ with the following:

export const API_URI="your_api_uri"
export const API_TOKEN="bearer your_API_token"

TODO: Add a config.ts.example (there are some additional parameters now).

Run npm start to compile source and start server.

OR

It's preferred to run both watch and watch_server above for typical development

Deployment

Deploy code

  1. On GitHub: Create a new release.
  2. Ssh into your server.
  3. Get the code for the latest release tag, then run npm run build_prod.
  4. Restart the server.

Update data

License

Distributed under the MIT License. See LICENSE.txt for more information.