Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 493 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 493 Bytes

HC IT Portal (hip)

A front-end website for end users where they can easily request IT services and start automated tasks like scripts.

Install the dependencies

yarn global add @quasar/cli
yarn

Start the app in development mode

yarn dev

Generate code from the graphql schema

  1. Add a valid token to the ./token.txt file
  2. Run the GraphQL code generator
yarn graphql-codegen

Build the app for production

quasar build