Improve README
This commit is contained in:
parent
f8dee1d712
commit
6c7126b783
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -11,6 +11,17 @@ curl ascii.live/parrot
|
||||||
|
|
||||||
<img src="./demo.gif" width="400"/>
|
<img src="./demo.gif" width="400"/>
|
||||||
|
|
||||||
|
## Running locally
|
||||||
|
To run the server locally on port `8080`, run:
|
||||||
|
```bash
|
||||||
|
go run main.go
|
||||||
|
```
|
||||||
|
|
||||||
|
## Running in Docker
|
||||||
|
```bash
|
||||||
|
docker run -p 8080:8080 hugomd/ascii-live:latest
|
||||||
|
```
|
||||||
|
|
||||||
## Adding frames
|
## Adding frames
|
||||||
* [Fork this repository](https://github.com/hugomd/ascii-live/fork)
|
* [Fork this repository](https://github.com/hugomd/ascii-live/fork)
|
||||||
* Create a new frame file in [`/frames`](./frames), call it the name of your frames/animation, e.g. `parrot.go`
|
* Create a new frame file in [`/frames`](./frames), call it the name of your frames/animation, e.g. `parrot.go`
|
||||||
|
|
Loading…
Reference in a new issue