https://github.com/2rebi/slides
https://github.com/2rebi/slides
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2rebi/slides
- Owner: 2rebi
- License: mit
- Created: 2022-11-28T11:13:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T10:33:38.000Z (over 2 years ago)
- Last Synced: 2025-01-17T23:25:08.912Z (4 months ago)
- Language: HTML
- Size: 15.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slides
## Basic Start
```shell
go get golang.org/x/tools/cmd/present
go install golang.org/x/tools/cmd/presentpresent
```## Docker Start
```shell
docker run -d -p 3999:3999 hellp/slides
```### Docker Build, Push
```shell
docker build --platform amd64 -t hellp/slides .
docker push hellp/slides
```# License
[MIT License](LICENSE)