Skip to content

autonomys/aingenuity

Repository files navigation

Requirements to dev locally

Setup:

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).

Run:

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.