mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
1.2 KiB
1.2 KiB
Contributing to the Sass website
Please read the Implementation Guide The Sass website is open source. See a bug or typo? Have an idea? Just do the following:
- Check out the style guide for design & code standards.
- Write a detailed description of what you're adding in the pull request (screenshots help).
- Add any new UI elements to the style guide.
- Submit the pull request to the
master
branch. - Drink whisky.
Running Locally
This site is built with middleman, a Ruby framework for building static sites.
You will need Ruby, rubygems and bundler installed before you can run the site locally.
If the above dependencies are installed, in your command line of preference, navigate to the project repo and run:
bundle install
bundle exec rake import_sass
bundle exec middleman
Deploying
If you're lucky enough to be one of our deployers, you can just push to the
master
branch of https://heroku.com/staging-sass-lang.git
and the website
will be deployed automatically.
Thanks!