Skip to content

rdonnelly/rdonnelly.github.io

Repository files navigation

rdonnelly.github.io

Personal website and blog built with Astro and Tailwind CSS.

Development

Prerequisites

  • Node.js 18 or higher
  • npm

Install dependencies

npm install

Run development server

npm run dev

The site will be available at http://localhost:4321/

Build for production

npm run build

The built site will be in the dist/ directory.

Preview production build

npm run preview

Project Structure

/
├── public/          # Static assets (images, favicon, etc.)
├── src/
│   ├── components/  # Reusable Astro components
│   ├── content/     # Content collections (blog posts)
│   ├── layouts/     # Page layouts
│   └── pages/       # Site pages and routes
├── astro.config.mjs # Astro configuration
└── tailwind.config.mjs # Tailwind CSS configuration

Deployment

This site is deployed to GitHub Pages. Push to the main branch to trigger a deployment.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors