https://github.com/r-barnes/youthdanceweekend
https://github.com/r-barnes/youthdanceweekend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/r-barnes/youthdanceweekend
- Owner: r-barnes
- License: mit
- Created: 2024-08-12T16:52:27.000Z (10 months ago)
- Default Branch: gh-pages
- Last Pushed: 2025-01-14T22:06:12.000Z (5 months ago)
- Last Synced: 2025-01-26T19:11:19.685Z (4 months ago)
- Language: JavaScript
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting started
Linux:
```
sudo apt install ruby # Get ruby installed
# Install bundle somehow
bundle config path ~/.bundle-stuff
```Local development:
```
bundle exec jekyll serve --config _config.yml,_config_dev.yml
```