-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* aa * npm2yarn * prettify * ✨ UPDATE: typo --------- Co-authored-by: jycouet <[email protected]>
- Loading branch information
1 parent
0c93fa2
commit 91d7126
Showing
15 changed files
with
1,544 additions
and
848 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
|
||
<br /> | ||
|
||
# âš¡How to start? | ||
# âš¡How to start ? | ||
|
||
Demo Init 👇 | ||
<p><a target="_blank" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
module.exports = { | ||
siteUrl: 'https://www.kitql.dev/', | ||
generateIndexSitemap: false, | ||
exclude: ['*/_meta'], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export default { | ||
index: { | ||
title: 'Home', | ||
type: 'page', | ||
display: 'hidden', | ||
theme: { | ||
layout: 'raw', | ||
}, | ||
}, | ||
docs: { | ||
title: 'Docs', | ||
type: 'page', | ||
}, | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export default { | ||
index: 'Introduction', | ||
'all-in': 'Getting Started', | ||
demos: 'Demos', | ||
setup: 'Setup', | ||
extra: 'Extra', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
import { PackageCmd } from '@theguild/components' | ||
|
||
# âš¡Let's go All-In! | ||
|
||
KitQL is primarily a list of tools/projects working together. You can opt-in or out of each any | ||
|
@@ -16,11 +14,15 @@ Create a new SvelteKit project. | |
npm create svelte my-graphql-app | ||
``` | ||
|
||
We recommend typescript, eslint, playwright, ... so answer `yes` to everything 🙃! | ||
We recommend TypeScript, ESLint, playwright, ... so answer `yes` to everything 🙃! | ||
|
||
## Install `KitQL` | ||
|
||
<PackageCmd packages={['@kitql/all-in', 'houdini', '[email protected]']} /> | ||
```sh npm2yarn | ||
npm i @kitql/all-in | ||
npm i houdini | ||
npm i [email protected] | ||
``` | ||
|
||
Then depending on your needs, you can configure packages individually. | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default { | ||
'01_demo-init': 'Demo Init', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export default { | ||
'02_server': 'GraphQL Server - KitQL', | ||
'01_houdini': 'GraphQL Client - Houdini', | ||
'03_vite-plugin-watch-and-run': 'Vite Plugin - Watch-and-Run', | ||
} |
91d7126
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
kitql – ./
www.kitql.dev
kitql-jycouet.vercel.app
kitql.vercel.app
kitql-git-main-jycouet.vercel.app
kitql.dev