Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1001 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 1001 Bytes

docs

This repository contains the mkdocs sources for electrolama.com.

Contributions are most welcome, please send pull requests on this repo with your proposed changes/fixes.

Deployment

The site is deployed from the master branch of this repo via Netlify, previews are generated for each pull request.

Local Dev

$ virtualenv env  (or python -m venv env)
$ source env/bin/activate  (or env\Scripts\activate.bat on Windows)
$ pip install -r requirements.txt
$ mkdocs serve

License

This repository (contents of electrolama.com, documentation for Electrolama projects) is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

For specific licenses that apply to Electrolama hardware projects, please see license notices in relevant repositories.