This is a single app that handles requests at various subdomains:
app.obv.io (obv.io Service Admin) - Handles billing, creating organizations.
app.obv.io/organization/myorganization (Organization Admin) - Create/manage events, invite team members, define roles/permisisons
myevent.obv.io - Event site for attendees
or
myevent.staging.obv.io
npm run test
to run tests, or npm run test:watch
to run tests any time a
file changes.
npm run dev
to start server at localhost:3000
Merge into the staging
branch to deploy to base url: https://staging.obv.io
Merge into the production
branch to deploy to prod: https://*.obv.io