In order to initalize for development make sure you have installed npx and typescript.
Initialize enviorment variables through creating the proper .env
file in root (use .env-template for reference).
That includes:
- Set up a new database on an RavenDB server.
- Link to an SEEDS Authenticator app.
Current applicaiton is running at https://invites.joinseeds.earth
Install
npm install
Development + watch
npm run dev
Just Run
npm start
Test
npm test
See the LICENSE file for license rights and limitations (MIT)