Personal Website
- Astro
- CSS and JS linting with ESLint and Stylelint
- Modern CSS with postcss-preset-env
- Node.js >= 16.17.0
- pnpm
-
Clone this repo
-
From project root:
pnpm i
Use pnpm run <script>
:
dev
: start development modebuild
: generate a production buildpreview
: run a server pointing to thedist
folderlint
: lint both styles and JS files