Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 986 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 986 Bytes

youandjerrycan.org

Website for the Jerry DIT project

dev version running at: http://dev.youandjerrycan.org

Getting started

### Install Nanoc

gem install nanoc

If you don't know if ruby is installed on your machine. Follow the the nanoc install guide.

Fork this repo and clone your repo locally with git

git clone https://github.com/YOUR-NICKNAME/youandjerrycan.org

Run your local version

Go into the site folder

cd youandjerrycan.org

And run the compiler

nanoc autocompile

You can see the site running by default at http://localhost:3000

Edit files in /content, /layout, /lib, or even Rules.

Usefull documentation

Roadmap?

You can find resources on the wiki