Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.02 KB

Smart Cities? Public Code! website

Website for «Smart Cities? Public Code!» programme by the University of Applied Sciences Amsterdam, City of Amsterdam and the Foundation For Public Code.

This site builds with Jekyll, as is the default of GitHub pages and uses the Foundation for Public Code Jekyll Theme.

Installing locally

  1. To build the site locally make sure you have Ruby and Bundlr installed.
  2. Install the dependencies of this repo with
$ bundle install

Serving Locally

  1. Run the Jekyll server with
$ bundle exec jekyll serve --livereload
  1. You can now view the website locally on http://127.0.0.1:4000

The server will rebuild the site every time a file changes, with the exception of _config.yml.

License

© 2021 University of Applied Sciences Amsterdam, City of Amsterdam and the Foundation for Public Code