publiccodenet / smart-cities-public-code

The «Smart Cities? Public Code!» programme by the University of Applied Sciences Amsterdam, City of Amsterdam and the Foundation for Public Code.
https://smartcities.publiccode.net
5 stars 2 forks source link

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
  2. 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