debaraj-barua / open-source-day

GHC Open Source Day (OSD)

Home Page:https://anitab-org.github.io/open-source-day/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source Day Site

Website for the Open Source Day hackathon

Setup

bundle exec jekyll serve

==Note==

  • When using the latest versions of ruby that are installed with homebrew, note that webrick is not included by default as explained in this github issue.
  • To resolve this you may either use ruby 2.7 or manually add webrick using the command below:
bundle add webrick
  • Build before you commit
bundle exec jekyll build
git add .
git commit -m "<your message>"
  • Push your changes to a PR

Container Based Build/Setup

Run the following command from your terminal

docker-compose -f docker/docker-compose.yaml up --build

You may access the page, locally generated at http://localhost:4000 from your browser.

Contributing

Please create a PR with as many detail info about your change and screenshots if possible.

About

GHC Open Source Day (OSD)

https://anitab-org.github.io/open-source-day/

License:GNU General Public License v3.0


Languages

Language:JavaScript 52.1%Language:SCSS 23.3%Language:HTML 23.0%Language:CSS 1.0%Language:Ruby 0.5%Language:Dockerfile 0.0%