⚙️ Stack
- Astro + Typescript - Astro is the all-in-one web framework designed for speed.
- Tailwind CSS - Tailwind CSS is a utility-first CSS framework.
✏️ Prerequisites
🚀 Getting Started
Recommended extensions for VSCode:
- Clone or fork the repository:
git@github.com:danielcgilibert/minimal-photography.git
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev