Skip to content

trippshelnutt/trippshelnutt.com-astro

Repository files navigation

trippshelnutt.com

About This Repository

Project for my landing site - built with the following:

  • Astro
  • Tailwindcss
  • Netlify (hosting)

Build and Run

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

File Structure

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/ -> unprocessed by Astro
│   ├── images/
│   ├── resume/
│   ├── webfonts/
│   └── favicon.ico
├── src/ -> processeed by Astro
│   ├── components/
│   │   └── Card.astro
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published