graphql-engine/console/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
703 B
Markdown
Raw Normal View History

<!-- prettier-ignore-start -->
2018-06-28 07:57:37 +03:00
# Hasura Console
2018-06-28 07:57:37 +03:00
The Hasura console is an admin dashboard to manage the connected database and to try out GraphQL APIs. It is a React application bundled with Webpack and the state is managed mostly using Redux.
2018-06-28 07:57:37 +03:00
## Table of contents
- [Generic info](./docs/console-generic-info.md)
- [Development Tooling](https://main--614d7904644d03004addd43b.chromatic.com/?path=/story/dev-tooling--page)
- [Design System's Storybook](https://main--614d7904644d03004addd43b.chromatic.com)
- [How to create/document new Components](./src/docs/dev/ComponentDoc.stories.mdx)
- [Cypress Dashboard](https://dashboard.cypress.io/projects/5yiuic)
- [Cypress README](./cypress/README.md)