This webpage represents a short overview of CRISPR-Cas9 and other gene editing methods, created as an assignment for the Computational Genomics (2018/2019) course, which is a part of the Master studies at the School of Electrical Engineering, University of Belgrade.
The page can be accessed here.
This page was developed with Jekyll. Below are the steps needed to run the page locally, and they represent a shorter version of the full description.
In order to run a local version of the page, you need Ruby 2.1 or higher. To check the Ruby version you have installed, run the following command.
ruby --version
If you cannot execute the command, or if the version is less than 2.1, you will need to install Ruby.
Next, you will need Bundler. If you don't have it installed, run the following command.
gem install bundler
Navigate to the root directory of this project and run the following command to install other dependencies.
bundle install
Finally, to run the server that will host the local version of the page, execute the following command from the root directory of the project.
bundle exec jekyll serve
The local version of the page can be seen with a browser at the following address.
http://localhost:4000