Updated Contributing (markdown)

master
Hunter Long 2020-04-14 08:54:12 -07:00
parent e5ff8baa0a
commit e0cc0a2263
1 changed files with 3 additions and 4 deletions

@ -18,9 +18,8 @@ commands are running. Run the command below to get setup right away.
make clean compile build make clean compile build
``` ```
List of requirements for compiling assets, building binary, and testing. List of requirements for compiling assets, building binary, and testing.
- [Go Language](https://golang.org/) (currently `1.10.3`) - [Go Language](https://golang.org/)
- [Docker](https://docs.docker.com/) - [Docker](https://docs.docker.com/)
- [SASS](https://sass-lang.com/install) - [SASS](https://sass-lang.com/install)
- [Cypress](https://www.cypress.io/) (only used for UI testing, `make cypress-install`) - [Cypress](https://www.cypress.io/) (only used for UI testing, `make cypress-install`)
@ -50,7 +49,7 @@ Statping will run all tests in the `cmd` folder on MySQL, Postgres, and SQLite
databases. You can run `make databases` to automatically create MySQL and databases. You can run `make databases` to automatically create MySQL and
Postgres with Docker. Postgres with Docker.
###### Go Unit Testing: ###### Golang Testing:
```bash ```bash
make test make test
@ -78,7 +77,7 @@ system.
###### Build for local operating system: ###### Build for local operating system:
```bash ```bash
make build make compile build
``` ```
# Compile for Production # Compile for Production