-
Notifications
You must be signed in to change notification settings - Fork 0
Local Development
Malcolm Landon edited this page Sep 23, 2024
·
2 revisions
Follow these steps to get a local development environment running:
- install node and nvm
git clone https://github.com/talis/talis-node.git
cd talis-node
nvm use
npm install
docker-compose up -d redis
# run unit tests
npm run unit-test
...
# run integration tests
npm run integration-test