This is the front-end of the Orion Search system. It's a Create-React-App project that uses GraphQL to communicate with the Hasura GraphQL engine hosted on Amazon EC2.
npm install
,
and then, to start the dev server, do:
REACT_APP_HASURA_GRAPHQL_URL=<YOUR GRAPHQL ENGINE URL> npm run start