https://github.com/burtlo/presentation-framework
Presenting technical topics with a presentation framework packaged in Habitat
https://github.com/burtlo/presentation-framework
Last synced: 2 months ago
JSON representation
Presenting technical topics with a presentation framework packaged in Habitat
- Host: GitHub
- URL: https://github.com/burtlo/presentation-framework
- Owner: burtlo
- Created: 2018-01-24T14:25:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T17:21:20.000Z (over 7 years ago)
- Last Synced: 2025-02-10T20:28:17.020Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 400 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentation Framework
This is a stand-alone presentation framework example.
## Run it locally
```
$ bundle install
$ shotgun
```Visit http://localhost:9393
## Run it through Habitat
```
$ export HAB_DOCKER_OPTS="-p 8000:9393"
$ hab studio enter
$ build
$ hab sup start ORIGIN/presentation-framework-DATETIME.hart
```Visit http://localhost:9393
## Run it through Docker
```
$ docker pull burtlo/presentation-framework
$ docker run -p 8000:9393 -it burtlo/presentation-framework
```Visit http://localhost:9393