Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 666 Bytes

File metadata and controls

22 lines (15 loc) · 666 Bytes

Spatialnode Engineering Handbook

The internal operating guide for building dependable geospatial software at Spatialnode.

Read the handbook

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serve

Open http://127.0.0.1:8000. Changes reload automatically.

Fast path

  1. Read Getting started.
  2. Follow the GitHub workflow on every change.
  3. Use the repository template for new projects.

Documentation deploys to GitHub Pages after a successful merge to main at https://handbook.spatialnode.com/.