https://github.com/hugodf/spectaql-example
https://github.com/hugodf/spectaql-example
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hugodf/spectaql-example
- Owner: HugoDF
- License: mit
- Created: 2023-06-17T12:41:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T10:58:34.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T19:54:05.108Z (about 1 year ago)
- Homepage: http://example.codewithhugo.com/spectaql-example/
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SpectaQL Example
Minimal SpectaQL example using a static schema to build a docs site (hostable on eg. GH pages).
See it live (hosted on GitHub Pages): https://example.codewithhugo.com/spectaql-example/
[spectaql](https://github.com/anvilco/spectaql).
## Setup
1. Clone the repository
2. Run `npm install` installs all required dependencies.## npm scripts
- npm run build
- npm run dev## LICENSE
Code is licensed under the [MIT License](./LICENSE).