- Visit https://github.com/organizations/autonomys/settings/variables/actions to see tokens needed for the app.
- Copy settings.sample.jsontosettings.json
- Paste tokens in settings.jsonas specified in there, do not commitsettings.jsonto the repo (it is gitignored).
FIXME: Get a new AWS key (it may be leaked already) and make it not public within
settings.json (i.e. make it not visible on the client side).
Once keys are in settings.json, the app will function.
First install dependencies:
npm installThen run it with:
npm startThis runs the full-stack Meteor app in dev mode: it will reload upon file changes.