Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 502 Bytes

dasiglib.github.io

Website for DASIG.

Local development

For getting started with local development, clone this repository to your computer. Then navigate to the directory on your computer via the terminal and run the following:

bundle install

This will install the required bundles. Once installation has finished, you can preview the site by running the following in the terminal:

bundle exec jekyll serve

If changes are made to the Gemfile for updating gems, run:

bundle update