Public website for Mitosis - generates https://i-mitosis.github.io
The website is rendered using Github pages and built using Jekyll.
To run this locally :
-
Fork this repo and clone to your file system
-
Run
bundle installif you are running it for the first time in the cloned repo folder -
Launch the ap by running :
- If you want the simple mode :
bundle exec jekyll serve - It you want the livereload :
bundle exec jekyll serve --livereload - It you want the livereload + test it on a device connected to the same network :
bundle exec jekyll serve --host=your_local_ip_address --livereload.
- If you want the simple mode :
-
You will access the site at http://localhost:4000 or http://your_local_ip_address:4000 depending on the chosen option to run the app.