fix readme

This commit is contained in:
Patrick Alvin Alcala 2025-06-03 15:50:40 +08:00
parent ea69501571
commit c90dbab698

View file

@ -1 +1,11 @@
# This is template for fast frontend web application. # Fast WebApp Template
## How to Use
```
git clone --depth 1 https://git.patalcala.com.com/patalcala9/fast-webapp-template.git <project-name>
cd <project-name>
pnpm install
pnpm update
```