https://github.com/subvisual/2016.rubyconf.pt
The most portuguese Ruby conference in the world
https://github.com/subvisual/2016.rubyconf.pt
Last synced: 17 days ago
JSON representation
The most portuguese Ruby conference in the world
- Host: GitHub
- URL: https://github.com/subvisual/2016.rubyconf.pt
- Owner: subvisual
- License: gpl-3.0
- Created: 2016-04-06T18:54:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T19:10:51.000Z (over 6 years ago)
- Last Synced: 2025-05-22T22:11:56.585Z (9 months ago)
- Language: HTML
- Size: 18.7 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [RubyConf PT 2016](http://rubyconf.pt)
## Development
Run the setup to get started:
```bash
./bin/setup
```
Start the server with:
```bash
./bin/server
```
## Deploy
You need the git remote `origin` to point to the github repo you want to deploy to. If you don't have this yet, run:
```bash
git remote add origin git@github.com:subvisual/2016.rubyconf.pt
```
You should then be able to deploy the site using:
```bash
./bin/deploy
```
## Dev Stack
This is built on top of [middleman](https://middlemanapp.com/)
Here's some of the other things we are using:
* [Slim](http://slim-lang.com/) - The template engine
* [Sass](http://sass-lang.com/) - For CSS preprocessing (using the Scss syntax)
* [Babel](https://babeljs.io/) - A transpiler for ES6
* [Autoprefixer](https://github.com/middleman/middleman-autoprefixer) -
Autoprefix CSS
* [SVG Optimizer](https://github.com/svg/svgo) - An SVG optimizer