Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 346 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 346 Bytes

Cicuro Admin

Backend admin interface for the Cicuro system built on Next.js, React, Material-UI, Apollo, GraphQL.

setup

install dependencies

npm install

configuration

Default configuration under config/default.json5. Local overrides should be in config/local.json5

Startup

dev mode

npm run dev