Skip to content

Files

This branch is 62 commits behind ExpediaGroup/graphql-kotlin:master.

website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 19, 2023
Jul 27, 2021
Jul 27, 2021
Oct 19, 2023
Sep 13, 2022
Feb 19, 2021
Dec 1, 2021
Sep 7, 2023
Feb 19, 2021
Sep 18, 2023
Sep 7, 2023
Sep 7, 2023
May 19, 2023
Sep 13, 2022

GraphQL Kotlin Docs

This website was created with Docusaurus v2. For more details on how Docusaurus sites are structure, please refer to their documentation.

Running Locally

Make sure all the dependencies for the website are installed:

# Install the correct version of Node/NPM specified in the .nvmrc file
nvm install

# Install dependencies
npm install

Run the local server:

npm start