gitsheets v0.22.5
Gitsheets
A toolkit for using a git repository to store low-volume, high-touch, human-scale data
Project setup
npm install
cd backend && npm installCompiles and hot-reloads for development
npm run serve
cd backend && npm startCompiles and minifies for production
npm run buildRun your tests
git init tests
cd tests && git commit -m 'init' --allow-empty
cd ../backend && GIT_DIR=../tests/.git npm start
npm run testLints and fixes files
npm run lintCustomize configuration
Using a disposable project environment
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 enterThe .studiorc script will run automatically to set up your
studio and print a list of available commands right ahead of your prompt.
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago