diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..c208ba1 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {}, + "postCreateCommand": "pipx install lektor==3.3.12" +} diff --git a/README.md b/README.md index 4e2ccb3..84ac1a0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ - Create branch from main branch - Open branch in Codespace - - Install lektor (`pipx install lektor`) - Run local instance on server in subdirectory ( `cd PyBay`) and (`lektor server -f webpack`) - Make changes to code - Commit and push to your branch (`git add -u`) (`git commit -m "your update descriptions here"`) and (`git push`)