Here you can find the complete documentation, tagset and pipeline for the Anthropogenic Markers essays, part of the Anthropocene Curriculum.
Resources:
- Clone or download this repository to your local machine
- Open the folder in a code editor (such as VS Code or Atom)
- Launch a local server through your editor or terminal:
to launch a server open your terminal application.
cd
to the folder you are working in and enter one of these commands: Simple python server
# If Python version returned above is 3.X
python3 -m http.server
# On windows try "python" instead of "python3", or "py -3"
# If Python version returned above is 2.X
python -m SimpleHTTPServer
Full explanation here
- Navigate with your browser to the localhost address