Current content is based on the template from Materialize, re-downloading the template or visiting that site provides directions for adding extra content e.g. banners, navigation, cards
To test the site locally, an easy way is to
- Check out a copy of the repository
- Open a terminal and go into the repository folder
- Run
python -m http.server - The site will now be available at
http://localhost:8000or similar (the command will print out the port, if 8000 is already in use)