Fast Webapp Template
Find a file
2025-07-31 14:41:35 +08:00
.vscode Initial commit from Astro 2025-06-03 12:03:51 +08:00
public Updated logo 2025-07-02 09:04:58 +08:00
src Added viewport only 2025-07-31 14:41:35 +08:00
.editorconfig added configs 2025-06-03 12:20:02 +08:00
.gitignore Initial commit from Astro 2025-06-03 12:03:51 +08:00
.prettierrc.yml added configs 2025-06-03 12:20:02 +08:00
astro.config.mjs added lightningcss 2025-06-03 15:51:42 +08:00
docker-compose.yml Fixed docker 2025-06-04 17:20:51 +08:00
Dockerfile added docker 2025-06-03 12:19:27 +08:00
package.json Changed fonts to CDN 2025-07-31 10:43:39 +08:00
pnpm-lock.yaml Changed fonts to CDN 2025-07-31 10:43:39 +08:00
README.md Updated README 2025-07-29 16:48:06 +08:00
tsconfig.json added required plugins 2025-06-03 12:21:13 +08:00

FWT Logo

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