~siegfriedehret/sites

611c83a7e3636ab8317382143514d3627d27a632 — Siegfried Ehret 13 days ago 3eede0d
📝 update readme
1 files changed, 12 insertions(+), 7 deletions(-)

M README.md
M README.md => README.md +12 -7
@@ 8,7 8,6 @@ This is a monorepo with the sources for:
Using:

- [Astro](https://astro.build/)
- [SvelteKit](https://kit.svelte.dev/)
- [pnpm](https://pnpm.io/)
- [turborepo](https://turborepo.org/)



@@ 23,24 22,30 @@ Run:

Environment variables

| Name                           | Value       |
| ------------------------------ | ----------- |
| `CONTENTFUL_SPACE_ID` | `something` |
| Name                        | Value       |
| --------------------------- | ----------- |
| `CONTENTFUL_SPACE_ID`       | `something` |
| `CONTENTFUL_DELIVERY_TOKEN` | `something` |
| `CONTENTFUL_PREVIEW_TOKEN` | `something` |
| `CONTENTFUL_PREVIEW_TOKEN`  | `something` |

⚠️ currently, `--force` should be added to the BUILD command otherwise there is no output folder since Vercel start the build in a new environment.

### For ehretdotme

- Root directory: `apps/ehretdotme`
- BUILD COMMAND: `cd ../.. && pnpm run build`
- BUILD COMMAND: `cd ../.. && pnpm run build:ehretdotme --force`
- INSTALL COMMAND: `cd ../.. && pnpm install`

### For siegdotfr

- Root directory: `apps/siegdotfr`
- BUILD COMMAND: `cd ../.. && pnpm run build`
- BUILD COMMAND: `cd ../.. && pnpm run build:siegdotfr --force
- INSTALL COMMAND: `cd ../.. && pnpm install`

### For meloedotfr

- Root directory: `apps/meloedotfr`
- BUILD COMMAND: `cd ../.. && pnpm run build:meloedotfr --force
- INSTALL COMMAND: `cd ../.. && pnpm install`

## License