Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
javascript package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
clintjedwards committed May 4, 2020
1 parent dffb6c2 commit 58fb265
Show file tree
Hide file tree
Showing 3 changed files with 715 additions and 522 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,14 @@ This requires installing vue js and a bunch of other packages that the frontend

- install npm packages: `cd frontend; npm install`

### Generate certificates

This tool will autogenerate certs for your and add them as trusted

`go get -u github.com/FiloSottile/mkcert`
`$(go env GOBIN)/mkcert`

### Start application

`make run`
`curl https://localhost:8080`

## How to run tests

The only tests are integration tests that must be run against a live server. Before running the next command you must bring up a local version of the application
The only tests are integration tests that must be run against a live server. The testing command will bring up the testing server for you.

`go test -v ./tests`

Expand Down
Loading

0 comments on commit 58fb265

Please sign in to comment.