Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.11 KB

Website for 3DEM 7th Edition

Link to the website: https://geoscixyz.github.io/3dem-7

How to build and serve locally

This website was created using the Zola static site generator. In order to build the website and serve it locally, you first need to install Zola.

Then, clone this repository and move to the downloaded folder:

git clone https://www.github.com/geoscixyz/3dem-7
cd 3dem-7

And use Zola to build and serve the website:

zola serve

You can now checkout the built website through the link prompted to you. By default it should be http://localhost:1111.

If you are tweaking with the website, Zola will rebuild and update it as you edit it, so yo don't need to rerun zola serve to view the changes.

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0