Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 477 Bytes

Personafy GraphQL Server

This is a GraphQL Server for the Personafy project. It is built with Node and Apollo GraphQL.

Getting Started

First, ensure node and pnpm are installed:

node -v  # Must be on node >= v18.0.0
npm install -g pnpm

Then, install dependencies:

pnpm install

Finally, run the development server:

pnpm dev

Open http://localhost:4000 with your browser to see the Apollo Studio Editor.