These are the source files of the Locomotive website based on the Bulma, the popular HTML/CSS framework. Design wise, we took inspiration from the Pasquale Vitiello's awesome work: https://cruip.com/.
bundle install
yarn
Run wagon:
yarn start
bundle exec wagon serve
MIT License
- Fork it ( https://github.com/locomotivecms/site/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request