This repo contains the source code for all of jigsawa
- schema
- contains the graphql schema and other schema related utilities
- server
- Contains the graphql server and the sharedb server (running off the same express server for ease of use).
- frontend
- global frontend that can run on native and web platforms.
npm installnpm run bootstrapnpm run build
Running locally requires that docker is installed.
Follow the steps in the Building section, then run the following command:
npm run start