- Visit https://github.com/organizations/autonomys/settings/variables/actions to see tokens needed for the app.
- Copy
settings.sample.json
tosettings.json
- Paste tokens in
settings.json
as specified in there, do not commitsettings.json
to 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 install
Then run it with:
npm start
This runs the full-stack Meteor app in dev mode: it will reload upon file changes.