/words-personalities

Personality analysis based on quotes

Primary LanguageHTMLMIT LicenseMIT

Words and Personalities

This repo contains the website code for Madry team's final ADA project.

Setup

This website is built using jekyll and hosted in Github Pages. CI is set up using Github actions which builds and deploys the final website to gh-pages branch upon commit push to the repo.

In order to run the website locally, please follow these setup instructions:

  1. Install ruby (Installing ruby)
  2. Install bundle and jekyll using gem.
gem install bundle jekyll
  1. Clone this repo and install dependencies:
git clone git@github.com:mismayil/words-personalities.git
cd words-personalities
bundle install
  1. Run the website locally (This command will rebuild the website every time you make a change)
bundle exec jekyll serve

Built on top of Good Clean Read.