Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 714 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 714 Bytes

Source files of the conference website for the Workshop on AI & Digital Twins for Smart Cities (WAISC) at KI2022, waisc2022.dfki.de.

The design is based on the Event Template from themeforest.

Build

The website is automatically built and deployed to GitHub Pages. For local development, you need jekyll. Then, run the following commands:

bundle install
bundle exec jekyll serve --livereload # runs at http://localhost:4000/
bundle exec jekyll build # alternatively, built into the `_site` directory