mirror of https://github.com/statping/statping
Updated Contributing (markdown)
parent
e5ff8baa0a
commit
e0cc0a2263
|
@ -18,9 +18,8 @@ commands are running. Run the command below to get setup right away.
|
|||
make clean compile build
|
||||
```
|
||||
|
||||
|
||||
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/)
|
||||
- [SASS](https://sass-lang.com/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
|
||||
Postgres with Docker.
|
||||
|
||||
###### Go Unit Testing:
|
||||
###### Golang Testing:
|
||||
|
||||
```bash
|
||||
make test
|
||||
|
@ -78,7 +77,7 @@ system.
|
|||
###### Build for local operating system:
|
||||
|
||||
```bash
|
||||
make build
|
||||
make compile build
|
||||
```
|
||||
|
||||
# Compile for Production
|
||||
|
|
Loading…
Reference in New Issue