https://github.com/rubymonsters/webapps-for-beginners
The beginnings of a book about building webapps for our intermediate groups.
https://github.com/rubymonsters/webapps-for-beginners
Last synced: 5 months ago
JSON representation
The beginnings of a book about building webapps for our intermediate groups.
- Host: GitHub
- URL: https://github.com/rubymonsters/webapps-for-beginners
- Owner: rubymonsters
- Created: 2015-05-16T22:09:11.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T00:20:46.000Z (over 3 years ago)
- Last Synced: 2024-04-09T22:54:20.655Z (about 2 years ago)
- Language: SCSS
- Homepage: http://webapps-for-beginners.rubymonstas.org
- Size: 871 KB
- Stars: 30
- Watchers: 20
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webapps For Beginners
*Ruby Monday Study Group curriculum for intermediates*
You can [read it online here](http://webapps-for-beginners.rubymonstas.org).
This book is built using [middleman](http://middlemanapp.com).
The source code is kept on the main branch. The `build` directory is
`.gitignore`d and should be initialized with another git repository so it can
be pushed to the `gh-pages` branch in order to deploy changes to the site.
After making changes, once you've committed them, you can publish your
changes to the website using:
```
./bin/publish
```