22 lines
341 B
Markdown
22 lines
341 B
Markdown
|
# netflux-homepage
|
||
|
|
||
|
[![Build Status](https://drone.netflux.io/api/badges/rob/netflux-homepage/status.svg?ref=refs/heads/main)](https://drone.netflux.io/rob/netflux-homepage)
|
||
|
|
||
|
A tiny Go module which serves [https://netflux.io](https://netflux.io).
|
||
|
|
||
|
### Building
|
||
|
|
||
|
```
|
||
|
go build ./...
|
||
|
```
|
||
|
|
||
|
### Run tests
|
||
|
|
||
|
```
|
||
|
go test ./...
|
||
|
```
|
||
|
|
||
|
### License
|
||
|
|
||
|
MIT
|