Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
/ rex Public archive

Survey response service

Notifications You must be signed in to change notification settings

DataBiosphere/rex

Repository files navigation

Rex

Survey response service

Requirements

  • Docker
  • Node 12
  • Google cloud SDK

Developing

Install deps

yarn install

Write config file

cp config/dev.json config.json

Build docs

yarn generate-docs

Run datastore emulator locally

gcloud beta emulators datastore start

Start a dev server on port 8080 with auto-reload

gcloud beta emulators datastore env-init; yarn start-dev

Lint

yarn lint

Deploy

TERRA_ENV=dev scripts/deploy.sh

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •