diff --git a/README.md b/README.md index 414a13a..1d73480 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,33 @@ -# Astro Starter Kit: Basics +# Brittany Gilbart - Personal Website -```sh -npm create astro@latest -- --template basics -``` +Personal portfolio website for Brittany Gilbart. -> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! +## Tech Stack -## 🚀 Project Structure +- **Framework:** [Astro](https://astro.build) +- **Deployment:** Cloudflare Pages (via Wrangler) -Inside of your Astro project, you'll see the following folders and files: +## Project Structure ```text / -├── public/ -│ └── favicon.svg -├── src -│   ├── assets -│   │   └── astro.svg -│   ├── components -│   │   └── Welcome.astro -│   ├── layouts -│   │   └── Layout.astro -│   └── pages -│   └── index.astro -└── package.json +├── public/ # Static assets (Resume, Headshots) +├── src/ +│ ├── components/ # UI Components (Hero, Experience, etc.) +│ ├── layouts/ # Base layouts +│ └── pages/ # Routes +└── astro.config.mjs # Astro configuration ``` -To learn more about the folder structure of an Astro project, refer to [our guide on project structure](https://docs.astro.build/en/basics/project-structure/). - -## 🧞 Commands +## Commands -All commands are run from the root of the project, from a terminal: +```bash +# Install dependencies +npm install -| 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 | +# Start development server +npm run dev -## 👀 Want to learn more? - -Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). +# Build for production +npm run build +``` diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index 85b3270..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - diff --git a/src/assets/astro.svg b/src/assets/astro.svg deleted file mode 100644 index 8cf8fb0..0000000 --- a/src/assets/astro.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/assets/background.svg b/src/assets/background.svg deleted file mode 100644 index 4b2be0a..0000000 --- a/src/assets/background.svg +++ /dev/null @@ -1 +0,0 @@ -