File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default function AboutPage() {
1313 < p >
1414 < Trans
1515 i18nKey = "about.intro1"
16- components = { { srcLink : < a href = "https://github.com/zxplay/zxplay " target = "_blank" rel = "noreferrer" /> } }
16+ components = { { srcLink : < a href = "https://github.com/stever/zxcode " target = "_blank" rel = "noreferrer" /> } }
1717 />
1818 </ p >
1919 < p >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default function AboutPage() {
1414 < p >
1515 < Trans
1616 i18nKey = "about.intro1"
17- components = { { srcLink : < a href = "https://github.com/zxplay/zxcoder " target = "_blank" rel = "noreferrer" /> } }
17+ components = { { srcLink : < a href = "https://github.com/stever/zxcode " target = "_blank" rel = "noreferrer" /> } }
1818 />
1919 </ p >
2020 < p >
Original file line number Diff line number Diff line change 77### Initial project setup
88
99``` bash
10- git clone https://github.com/stever/zxcoder -api-zxbasic.git
11- cd zxcoder -api-zxbasic/
10+ git clone https://github.com/stever/zxcode -api-zxbasic.git
11+ cd zxcode -api-zxbasic/
1212virtualenv venv
1313source ./venv/bin/activate
1414pip install -r requirements.txt
@@ -23,8 +23,8 @@ uvicorn app.main:app --reload
2323## Docker Build & Push
2424
2525``` bash
26- docker build -t ghcr.io/stever/zxcoder -api-zxbasic .
27- docker push ghcr.io/stever/zxcoder -api-zxbasic
26+ docker build -t ghcr.io/stever/zxcode -api-zxbasic .
27+ docker push ghcr.io/stever/zxcode -api-zxbasic
2828```
2929
3030## Run Locally
@@ -34,8 +34,8 @@ docker run \
3434 --env=API_URL=https://code.zxplay.org/api/v1/graphql \
3535 --publish=80:8000 \
3636 --detach=true \
37- --name=zxcoder -api-zxbasic \
38- ghcr.io/stever/zxcoder -api-zxbasic
37+ --name=zxcode -api-zxbasic \
38+ ghcr.io/stever/zxcode -api-zxbasic
3939```
4040
4141## Hasura Deployment Configuration
You can’t perform that action at this time.
0 commit comments