Skip to content

Latest commit

 

History

History

website

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