Updated Contributing (markdown)

master
Hunter Long 2018-08-17 10:07:55 -07:00
parent e7ce8f4662
commit bf9b6918bb
1 changed files with 23 additions and 1 deletions

@ -57,7 +57,29 @@ make build-all
# What Now # What Now
Everything tested, compiled and worked out!? Awesome! 💃 You can now commit your changes, and submit a Pull Request with the features/bugs you added or removed. Everything tested, compiled and worked out!? Awesome! 💃 You can now commit your changes, and submit a Pull Request with the features/bugs you added or removed.
# Makefile Commands
```bash
make build # build the binary
make install
make run
make test
make coverage
make docs
# Building Statup
make build-all
make build-alpine
make docker
make docker-run
make docker-dev
make docker-run-dev
make databases
make dep
make dev-deps
make clean
make compress
make cypress-install
make cypress-test
```