https://github.com/wylie/teresafisherphd
This repository contains the code and assets for a psychologistโs website, designed to provide information about services, credentials, and resources for clients.
https://github.com/wylie/teresafisherphd
github-actions github-deployment react
Last synced: about 1 month ago
JSON representation
This repository contains the code and assets for a psychologistโs website, designed to provide information about services, credentials, and resources for clients.
- Host: GitHub
- URL: https://github.com/wylie/teresafisherphd
- Owner: wylie
- Created: 2025-01-28T21:48:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-28T14:05:40.000Z (10 months ago)
- Last Synced: 2025-08-31T14:52:32.573Z (9 months ago)
- Language: Astro
- Homepage: https://wylie.github.io/teresafisherphd/
- Size: 38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teresa Fisher PhD Website
This repository contains the source code for Teresa Fisher's professional website.
## ๐ Project Structure
Inside of this project, you'll see the following folders and files:
```text
/
โโโ public/
โ โโโ favicon.svg
โโโ src/
โ โโโ layouts/
โ โ โโโ Layout.astro
โ โโโ pages/
โ โโโ index.astro
โโโ package.json
```
To learn more about the folder structure of an Astro project, refer to [the Astro project structure guide](https://docs.astro.build/en/basics/project-structure/).
## ๐ง 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 |
## ๐ Want to learn more?
Feel free to check [Astro's documentation](https://docs.astro.build) or join the [Astro Discord server](https://astro.build/chat).