An open API service indexing awesome lists of open source software.

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.

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).