Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 422 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 422 Bytes

Welcome to the NAIS documentation

See the NAIS handbook for a more detailed explanation of the documentation structure and how to contribute.

Local development

1. Install Poetry

asdf plugin add poetry
asdf install poetry latest

2. Install dependencies

make install

3. Serve the documentation locally

make local