To start the Node dev server run:
yarn
yarn startNow open http://localhost:3000
Kinto server
You need to create a PostgreSQL database. Call it workon for example.
You also need to create a virtualenv and run:
pip install -r requirements.txt
kinto migrate --ini kinto.iniBut for this to work you need to have set the following environment variables:
KINTO_MULTIAUTH_POLICY_AUTH0_CLIENT_ID(get it from your Auth0.com settings)KINTO_MULTIAUTH_POLICY_AUTH0_CLIENT_SECRET(get it from your Auth0.com settings)
To change the database URL set these three too:
KINTO_STORAGE_URL(default ispostgres://localhost/workon)KINTO_PERMISSION_URL(default ispostgres://localhost/workon)KINTO_CACHE_URL(default ispostgres://localhost/workon)
Now you can run:
kinto start --ini kinto.iniWhen you've done these once you just need:
yarn startin on terminal and:
kinto start --ini kinto.iniin another.
Icon by Iconshock