Bible translation project management API.
- Docker from their website (complications with homebrew)
- NodeJS (
brew install node corepack && corepack enable
) - Gel (
brew install geldata/tap/gel-cli
)
- Ensure you meet the NodeJS version requirement found in package.json.
- Ensure corepack is enabled
corepack enable
- Run
yarn
to install dependencies - Use docker to run the current database (neo4j) locally:
docker-compose up -d db
. - Setup an Gel instance (the next gen database replacing neo4j)
gel project init yarn gel:gen
Develop: yarn start:dev
Test: yarn test:e2e
See scripts in package.json for other commands to run
CORD is MIT licensed.