The EASIER Data Initiative Website
You can install all necessary libraries through the following command in the root directory.
$ pip install -r requirements.txt
To view the website locally, run the following command in the root directory (it should automatically open up localhost in a browser)
$ ablog clean && ablog build && ablog serve
Edit Netlify project settings to point to this repository, and set the build command to make html
. Set the build directory to _build/html
.
- Built with Python 3