This is my personal website, built with Astro and Tailwind CSS and hosted github pages jesusvallez.github.io
This project setup includes the following features:
- ⚛️ Astro 4
- 🎐 Tailwind CSS 3
- 💎 Typescript Strongly typed programming language
- 🪄 Prettier — Format your code automatically, this will also run on save
- 🧼 ESLint — Find & fix problems in your code, and removing your unused variables
- 🐶 Husky — Git hooks to impreve your commits
- 📜 Commit Lint — Make sure the commit message follows the conventional commit
- 🔗 Absolute Import — Import modules using
@/
prefix - 🌎 Contentful - Using Contentful as a headless CMS
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm run dev |
Starts local dev server at localhost:4321 |
pnpm run build |
Build your production site to ./dist/ |
pnpm run preview |
Preview your build locally, before deploying |
pnpm run astro ... |
Run CLI commands like astro add , astro check |
pnpm run astro -- --help |
Get help using the Astro CLI |