Skip to content

AFCMS/AFCMS.github.io

Repository files navigation

AFCM's Site

GitHub Super-Linter

Used Libraries

Usage

Development Server

npm run start

Production Build

npm run build

Serve Production Build

npm run serve

Rebuild PWA Assets

npm run generate-pwa-assets

Deploy on GitHub Pages (Using GitHub CLI)

gh workflow run 47919864

Autoformatter

Install the Prettier VSCode extention and add it as base formatter, enable format on save.

The prettier and prettier-plugin-tailwindcss npm packages needs to be installed. (They are in the dev dependencies)