Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Feb 21, 2024
1 parent 8a73c1f commit e3071cc
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@

# Engineering Handbook

The National Archives Engineering Handbook aims to be a one-stop guide for all engineering questions.
The National Archives Engineering Handbook aims to be a one-stop guide for all engineering questions including development and technical architecture.

## Quickstart

```sh
# Set up a Python virtual environment
python -m venv venv
. venv/bin/activate

# Install the dependencies
pip install -r requirements.txt

# Build and serve the MkDocs site
mkdocs serve
docker-compose up -d
```

0 comments on commit e3071cc

Please sign in to comment.