https://github.com/hygraph/cmscamp2024
CMS Camp website
https://github.com/hygraph/cmscamp2024
Last synced: 3 months ago
JSON representation
CMS Camp website
- Host: GitHub
- URL: https://github.com/hygraph/cmscamp2024
- Owner: hygraph
- Created: 2024-04-30T13:22:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-19T09:57:16.000Z (9 months ago)
- Last Synced: 2026-03-01T00:53:26.909Z (3 months ago)
- Language: Vue
- Homepage: https://cmscamp2024.vercel.app
- Size: 705 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMS Camp website
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
## Add GraphQL and Hygraph connections
In `.env` add and make sure to add content viewing permissions in Hygraph API settings
```
GQL_HOST=https://.cdn.hygraph.com/content//master
```
See `.env.example` for the setup requirements.
Add `.gql` query files in the `./queries` folder and use them like this:
```js
const { data } = await useAsyncGql("", { foo: "bar" });
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
# TODO
- Eventbrite API for support tickets only: https://www.eventbrite.de/e/cms-camp-mallorca-tickets-594431820577
- Images don't always render
- recaptcha
Feature requests
- Hidden content for later publication