https://github.com/silug/bash-101
https://github.com/silug/bash-101
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/silug/bash-101
- Owner: silug
- Created: 2022-07-08T00:57:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T01:00:53.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T08:36:28.788Z (over 1 year ago)
- Language: CSS
- Size: 256 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setting up showoff
```
bundle install --path=vendor
```
## Running presentation
```
bundle exec showoff serve
```