Welcome to the Lone Star PHP 2017 website, based on Sculpin! Definitely check up on the Sculpin documentation to learn more about working with Sculpin
To edit/parse the CSS
- Run
gem install sass
- Run
npm install
- Run
gulp
- Now when you save any SCSS file, it will automatically parse and minify it to CSS
To get started developing on the website:
- Run
composer install
- Run
vendor/bin/sculpin generate --watch --server
- Open http://localhost:8000/ in your browser, et voila!
For deployments you will need the capistrano gem installed
- Run
gem install capistrano
- To deploy to production
cap production deploy
Optionally you can:
- Run
pip install fabric
- Run
composer install
- Run
fab develop
- Open http://localhost:8000/ in your browser, et voila!
This project is licensed under the MIT license. However, we respectfully ask a few things if you use our site as a base:
- Let us know what project you're using it for (We're curious is all)
- Do not re-use our stylesheets (This one should be obvious)