Skip to content

kaankaraoglu/aztecs.github.io

Repository files navigation

Aztecs

Dependabot Updates Build and push pages-build-deployment

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Contributing

Git hooks (Husky v9)

Husky hooks are committed to the repo. After cloning, just install dependencies and the pre-commit hook will run automatically.

Quick start:

git clone <repo-url>
cd aztecs.github.io
npm ci   # or: npm install

The pre-commit hook runs lint-staged (Prettier + ESLint) on staged files.

If you need to add another hook (e.g. commit-msg):

npx husky add .husky/commit-msg 'npx --no-install commitlint --edit "$1"'
chmod +x .husky/commit-msg

(No husky install needed for v9+.)

If dependencies are missing, the hook will fail fast; run npm ci and retry.

Adding / updating lint rules

Edit eslint.config.js, then run:

npx eslint . --fix

Commit your changes; CI enforces zero warnings (--max-warnings=0).

About

The website for the gaming guild Aztecs

Topics

Resources

License

Stars

Watchers

Forks

Contributors