A toolkit for using a git repository to store low-volume, high-touch, human-scale data
npm install
cd backend && npm install
npm run serve
cd backend && npm start
npm run build
git init tests
cd tests && git commit -m 'init' --allow-empty
cd ../backend && GIT_DIR=../tests/.git npm start
npm run test
npm run lint
With Chef Habitat installed, you don't need anything else installed on your workstation to get a complete development environment:
# instruct Docker to open port 8080
export HAB_DOCKER_OPTS='-p 8080:8080'
# launch into a disposable studio shell
hab studio enter
The .studiorc
script will run automatically to set up your
studio and print a list of available commands right ahead of your prompt.