Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 920 Bytes

readme.md

File metadata and controls

38 lines (24 loc) · 920 Bytes

Unchained Engine

Licensed under the EUPL 1.2

CLA assistant

Code of conduct

See our Contributor Covenant Code of Conduct to view our pledge, standards, responsibilites & more.

Contributing

Please see our Contribution Guidelines.

Quickstart

Prerequisites

Run the example

git clone https://github.com/unchainedshop/unchained.git
npm install
npm run build
cd examples/kitchensink
npm run build
npm start
  1. Navigate to http://localhost:4000/ to view the welcome screen. You can login with: user: [email protected] / password: password

  2. Navigate to http://localhost:4010/graphql to view the GraphQL Playground