Skip to content

Commit 7a82a2e

Browse files
Install lektor (#47)
* Install lektor Updated devcontainer.json to install lektor after creating codespace * Update devcontainer.json * Update devcontainer.json added lektor version * remove install lektor --------- Co-authored-by: polkapolka <7219835+polkapolka@users.noreply.github.com>
1 parent cbcaae9 commit 7a82a2e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {},
4+
"postCreateCommand": "pipx install lektor==3.3.12"
5+
}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
- Create branch from main branch
66
- Open branch in Codespace
7-
- Install lektor (`pipx install lektor`)
87
- Run local instance on server in subdirectory ( `cd PyBay`) and (`lektor server -f webpack`)
98
- Make changes to code
109
- Commit and push to your branch (`git add -u`) (`git commit -m "your update descriptions here"`) and (`git push`)

0 commit comments

Comments
 (0)