This is the website for MAIND.
It is built with Jekyll.
It uses Bourbon and neat.bourbon for now.
- Install jekyll with
gem install jekyll - Install sass with
gem install sass - (If you have a mac, you may need to update Ruby)
- Install bourbon and neat with
gem install bourbonandgem install neat - Install mini_magick
gem install mini_magick(requires you to have imagemagick installed) - (If you have a mac you may need to install make with either xcode or gcc tools
- Run the jekyll and browsersynch with
make -j2 devorbundle exec make -j2 dev - Access the website at localhost:3000
All the changes will be automatically reloaded.