Skip to content

lostmapper/lostmapper-mkdocs

Repository files navigation

lostmapper.com Netlify Status

MkDocs project for generating lostmapper.com

Getting Started

To check out the project, install dependencies and start a local server, do the following:

$ git clone git@github.com:lostmapper/lostmapper.com.git
$ cd lostmapper.com
$ python -m venv .venv
$ source .venv/bin/activate
$ python -m pip install -r requirements.txt
$ python -m mkdocs serve

Then visit http://localhost:8000