Devcontainer backend dev (#608)

add backend-dev devcontainer and extract openapi.json to docs/
This commit is contained in:
Andrew Maguire
2023-01-11 16:09:02 +00:00
committed by GitHub
parent 991ff68d0a
commit b1fbd0fa96
7 changed files with 1984 additions and 2 deletions
@@ -0,0 +1,7 @@
# ensure pre-commit is installed
pre-commit install
# npm install in /website
cd website
npm install
cd ..