Skip to content

erikwrede/graphql-events

 
 

Repository files navigation

GraphQL Events

GraphQL Events

graphql-events.org

The home for GraphQL Community Events

Add your event

To add your event, please open a PR with your event added to the events.json file. Please follow the format of the other events in the file.

Running locally

This project is managed by pnpm and written in typescript. You will need pnpm installed globally to run this project.

npm i -g pnpm

Now you can install the project dependencies.

pnpm i

Build

To build the project run the following command.

pnpm build

Run

Server

To run the server run the following command.

pnpm run server

Client

To run webpack dev server run the following command.

pnpm run client

License

MIT Rocket Connect.

About

The home for GraphQL Community Events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.2%
  • JavaScript 11.8%
  • HTML 10.1%
  • CSS 0.9%