diff --git a/README.md b/README.md index 4e373e2..e2f2a31 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ $ cd bellmaker/ $ python -m SimpleHTTPServer ``` +Site will load at http://localhost:8000/ + ## Build ``` @@ -20,6 +22,12 @@ grunt ## Setup +The Bellmaker assumes you have basic terminal skills and knowledge of Git. Additionally, your project is using LESS and Grunt. + +### But what if my project is old school? + +Maybe you write your novels on a typewriter. Maybe you develop your Tri-X in Rodinal. In which case, there is supplemental documentation for [***using the Bellmaker as straight CSS***](https://github.com/herereadthis/bellmaker/old_school.md). + ### CSS importing #### Add the Bellmaker as a submodule diff --git a/old_school.md b/old_school.md index 620b7fb..333a6cb 100644 --- a/old_school.md +++ b/old_school.md @@ -1,3 +1,4 @@ Bellmaker as Straight CSS ========================= +While Bellmaker is written on the assumption that your project is using LESS and Grunt, here is documentation for using its media queries towards a project using only CSS. \ No newline at end of file