last commit for now

This commit is contained in:
Adam Matthiesen 2024-01-23 18:17:54 -08:00
parent 36f8079a3d
commit 4445e4977a
2 changed files with 11 additions and 3 deletions

View File

@ -10,9 +10,17 @@ For a full always up to date documentation please checkout [Our Website](https:/
## Repo Structure
This repo is structured as a monorepo. All of our astro-ghostcms packages can be found under the `packages` folder. These are all independently published packages that can be found on [npmjs.com](https://npmjs.com)
This repo is structured as a monorepo. All of our astro-ghostcms packages can be found under the `packages` folder. These are all independently published or internal packages that can be found on [npmjs.com](https://npmjs.com)
In this Repo you will also find a `playground` the dev environment, `www` the folder containing the main webpage, and `demo` the Demo site.
In this Repo you will also find the Following:
- `demo`: [Demo Site](https://demo.astro-ghostcms.xyz)
- `www`: [Public Site](https://astro-ghostcms.xyz)
- `playground`: Development and Testing
- `packages/`:
- `astro-ghostcms`: The main Integration!
- `astro-ghostcms-theme-default`: The Default theme in integration mode
- `tsconfig`: *LOCAL* Development package for `@ts-ghost/core-api`
### Notices

View File

@ -50,7 +50,7 @@
"astro": "^4.2.1"
},
"dependencies": {
"@matthiesenxyz/astro-ghostcms": "^3.0.0",
"@matthiesenxyz/astro-ghostcms": "^3.0.6",
"tiny-invariant": "^1.3.1",
"astro-font": "^0.0.77"
}