Skip to content

Commit

Permalink
Add simple instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Sep 24, 2021
1 parent 4b3cbfe commit 14bbb74
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,17 @@ Simple and scalable boilerplate for Fiber. Structure inspired by [project-layout
│ └── example.html
├── private.go
└── public
```

## Usage:
You can run that commands to run project:

```go mod download```

```go run cmd/example/main.go``` or ```air -c .air.toml``` if you want to use air

### Docker:
```
docker-compose build
docker-compose up
```

0 comments on commit 14bbb74

Please sign in to comment.