This is the first attempt that I am aware of to open-source a guide for getting started with celiac disease.
I am sure you can recall how overwhelming it was to begin adjusting after being diagnosed. Numerous lifestyle changes were necessary simply to engage in an activity we do all the time: eating food.
My goal with this project is to create a place where the newly diagnosed can go to quickly get up to speed and learn the things that all of us now do without thinking.
If you would like to contribute to this project you can do so in one of two ways.
- If you notice an error or would like to suggest an improvement you can file an Issue
- Fork the repository, make improvements, and open a pull request to update the site.
- Clone the repository
- Setup Ruby
- Setup Jekyll & Install Gems
- Start the server
git clone https://github.com/chadwilken/celiacstarterkit.com
cd celiacstarterkit.com
I recommend using rbenv to manage your Ruby versions. Follow the setup instructions for your operating system.
bundle install
To start the local Jekyll server to see your changes run:
bundle exec jekyll serve
Now you can visit: localhost:4000 to see the site.