Skip to content

zbo14/site

Repository files navigation

site

Website starter kit :)

Ingredients

Structure

This project follows Astro's structure with a few additions:

  • Node version files for nvm and asdf
  • Config files for Stylelint and Tailwind CSS
  • Client-side JS modules (if any) in src/client/

Install

Use this template, clone the repo, and npm i.

Lint

npm run lint

This lints everything in src/, including CSS, and runs on the git pre-commit hook.