fwt/README.md

35 lines
396 B
Markdown

![FWT Logo](public/logo.png)
# Fast WebApp Template
## How to Use
#### Clone the Repo
```
git clone --depth 1 https://git.patalcala.com/patalcala9/fwt.git <project-name>
```
#### Navigate to the project
```
cd <project-name>
```
#### Remove GIT
```
sudo rm -rf .git
```
#### Install Depedencies
```
pnpm install
```
#### Make sure to update the dependencies first
```
pnpm update
```