Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marioa/accidentals
Edinburgh (UK) based amateur guitar ensemble
https://github.com/marioa/accidentals
classical-guitar
Last synced: about 1 month ago
JSON representation
Edinburgh (UK) based amateur guitar ensemble
- Host: GitHub
- URL: https://github.com/marioa/accidentals
- Owner: marioa
- Created: 2022-07-09T10:13:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T09:19:18.000Z (4 months ago)
- Last Synced: 2024-08-14T10:40:38.038Z (4 months ago)
- Topics: classical-guitar
- Homepage: https://marioa.github.io/accidentals/
- Size: 19.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accidentals
Web site for an Edinburgh (UK) based amateur guitar ensemble.
First time only:
```bash
$ jekyll new docs
$ cd docs
$ bundle add webrick
```Start a local web server.
```bash
$ bundle exec jekyll serve --livereload
```Point the browser to:
* [http://localhost:4000](http://localhost:4000)