fwt/README.md

40 lines
593 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
```
# To Use Background
Place your background image in `assets/images/background.avif` or `assets/images/background.webp`.
Then, enable by adding <Background image /> or <Background color="#123456">