update readme links
Some checks failed
Build and Deploy Node App / build-and-deploy (push) Failing after 6s
Some checks failed
Build and Deploy Node App / build-and-deploy (push) Failing after 6s
This commit is contained in:
parent
bfe19a125e
commit
63b43b7fee
@ -23,7 +23,7 @@ pnpm install
|
|||||||
Open your file explorer, or use another terminal, and clone this template to your computer:
|
Open your file explorer, or use another terminal, and clone this template to your computer:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone [https://git.pynixworld.com/Moody6/node-app-builder-template.git](https://git.pynixworld.com/Moody6/node-app-builder-template.git)
|
git clone https://git.pynixworld.com/Moody6/node-app-builder-template.git
|
||||||
```
|
```
|
||||||
|
|
||||||
**3. Inject the Magic**
|
**3. Inject the Magic**
|
||||||
@ -36,7 +36,7 @@ Go to the Gitea website and create a brand new, empty repository. Then, go back
|
|||||||
```bash
|
```bash
|
||||||
git init
|
git init
|
||||||
git checkout -b dev # We always start in the Dev environment!
|
git checkout -b dev # We always start in the Dev environment!
|
||||||
git remote add origin [https://git.pynixworld.com/YOUR_USERNAME/YOUR_NEW_REPO.git](https://git.pynixworld.com/YOUR_USERNAME/YOUR_NEW_REPO.git)
|
git remote add origin https://git.pynixworld.com/YOUR_USERNAME/YOUR_NEW_REPO.git
|
||||||
```
|
```
|
||||||
|
|
||||||
**5. Launch It!**
|
**5. Launch It!**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user