This repo contains the website code for Madry team's final ADA project.
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:
- Install
ruby
(Installing ruby) - Install
bundle
andjekyll
usinggem
.
gem install bundle jekyll
- Clone this repo and install dependencies:
git clone git@github.com:mismayil/words-personalities.git
cd words-personalities
bundle install
- 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.