gliff.ai's user documentation for the gliff.ai platform, a user-friendly browser interface for curating, annotating and collaborating with imaging data or machine learning.
Built using the Just The Docs Jekyll template.
Setting up locally allows you to make changes and test them out before making a push and PR.
- install Ruby <2.7
- install bundler with
gem install bundler - make bundle install everything locally (so no sudo required) with
bundle config set --local path 'vendor/bundle' - install dependencies locally with
bundle install - install npm dependencies for lint and format with
npm i
- update dependencies with
bundle updateandnpm update
- run
bundle exec jekyll serve -H 127.0.0.1 - go to [http://127.0.0.1:4000/]
- hit
ctrl+cto stop the server
- run
npm run lint - run
npm run format