Updated README
This commit is contained in:
parent
8d47983a2a
commit
2dcc2f98d5
2 changed files with 21 additions and 5 deletions
26
README.md
26
README.md
|
|
@ -4,10 +4,26 @@
|
||||||
|
|
||||||
## How to Use
|
## How to Use
|
||||||
|
|
||||||
```
|
#### Clone the Repo
|
||||||
git clone --depth 1 https://git.patalcala.com.com/patalcala9/fast-webapp-template.git <project-name>
|
|
||||||
cd <project-name>
|
|
||||||
pnpm install
|
|
||||||
pnpm update
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
git clone --depth 1 https://git.patalcala.com.com/patalcala9/fast-webapp-template.git <project-name>
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Navigate to the project
|
||||||
|
|
||||||
|
```
|
||||||
|
cd <project-name>
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Install Depedencies
|
||||||
|
|
||||||
|
```
|
||||||
|
pnpm install
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Make sure to update
|
||||||
|
|
||||||
|
```
|
||||||
|
pnpm update
|
||||||
|
```
|
||||||
|
|
|
||||||
BIN
public/logo.png
BIN
public/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue