Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 694 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 694 Bytes

CSLD

Larp database is a portal for czech and slovak larp community.

Architecture

Backend (processing and storing data) is exposed by Java server, you can find it in v https://github.com/CSLD/CSLD This backend server serves frontend React client (this repo) communication with backend via GraphQL API.

How to run client

Prerequisites

  • npm (tested with version 6.3.14)
  • nodeJS (tested with version 13.7.0)

Running the client

  1. Switch to the devel branch
  2. Install dependencies by running yarn install
  3. Run
yarn dev - dev mode against local Java server
yarn dev-staging - dev mode against staging Java server
yarn dev-prod - dev mode against production Java server