This documentation is based on Jekyll with just-the-docs theme.
This is a repo containing documentation for RostovFC's Spotifiuby service. Spanning front-end, back-end and development.
Run the following command in the project root to build the docker image:
$ docker-compose up --build
This project needs the following dependencies, installed in this order:
$ sudo apt-get install ruby-full
$ gem install jekyll bundler
Once you have them installed and this repo is cloned, you can run the following command to install the local dependencies from Gemfile
:
$ bundle config set --local path 'vendor/bundle'
$ bundle install
Just run:
$ bundle exec jekyll serve --incremental