Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

rocket-connect/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.