Source code for ARViSAN's documentation.
To run the arvisan-docs webpage locally:
-
Install the
Jekyllprerequestites -
Open a command prompt and install the jekyll and bundler gems:
gem install jekyll bundler
-
Navigate to the
srcfolder and execute the following command:bundle exec jekyll serveIt builds the site and makes it available on a local server.
-
Browse to http://localhost:4000