Skip to content

Commit

Permalink
add one more step
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed May 10, 2024
1 parent 907b167 commit eac204e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
1. Fork the repository on GitHub
2. Clone the forked repository to your local machine
3. Build the frontend: `cd ui && npm build build`
3. Install the project: `go install ./...`
4. Run the project: `gocert --config config.yaml`
4. Install the project: `go install ./...`
5. Create a `config.yaml` file:
```yaml
keypath: "./key.pem"
certpath: "./cert.pem"
dbpath: "./certs.db"
port: 3000
```
6. Run the project: `gocert --config config.yaml`

Commands for go need to be run from the project directory, and commands for the frontend need to be run from the `ui/` directory
## Testing
Expand Down

0 comments on commit eac204e

Please sign in to comment.