https://github.com/hygraph/ai-writer-app
AI Writer assistant, powered by GPT-3.
https://github.com/hygraph/ai-writer-app
Last synced: 9 months ago
JSON representation
AI Writer assistant, powered by GPT-3.
- Host: GitHub
- URL: https://github.com/hygraph/ai-writer-app
- Owner: hygraph
- License: bsd-2-clause
- Created: 2023-03-12T15:54:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T22:11:07.000Z (about 3 years ago)
- Last Synced: 2025-01-11T09:55:47.665Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://ai-writer-app.vercel.app
- Size: 199 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hygraph-app-nextjs-quick-start
> A Hygraph boilerplate for building apps for
## Quick Start
1. **Create a new Nextjs project via the Next CLI**
```
npx create-next-app --example https://github.com/hygraph/hygraph-app-nextjs-quick-start my-hygraph-app
```
2. **Register your app on Hygraph**
> In order to use this boilerplate, you need a Hygraph account and a project to install the app to.
Follow [these instructions](#todo) to register an app on Hygraph.
3. **Start building!**
Navigate to your app directory and start the Nextjs dev server
```
cd my-hygraph-app
yarn dev
```