1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00
A consistent code style guide for SQL to ensure legible and maintainable projects
Find a file
2015-07-03 16:27:31 +01:00
_includes Add an html skeleton to the project 2015-07-03 14:24:10 +01:00
_layouts Move layout to dir 2015-07-03 16:22:50 +01:00
.gitignore gitignore the gemfile lock 2015-07-03 14:23:37 +01:00
_config.yml Specify the local serve port 2015-07-03 16:15:14 +01:00
CNAME Configure site details 2015-07-03 14:21:41 +01:00
Gemfile Add dependency management 2015-07-03 14:22:17 +01:00
index.html Add in a blank index.html file 2015-07-03 16:24:25 +01:00
README.md Add in run documentation 2015-07-03 16:27:31 +01:00
style.css Add an html skeleton to the project 2015-07-03 14:24:10 +01:00

SQL style guide

Read it

Installing for local development

There is a Gemfile supplied so you just need to follow https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll

To then run it locally bundle exec jekyll serve