Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 21 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
15 changes: 0 additions & 15 deletions public/favicon.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/astro.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/background.svg

This file was deleted.