Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 602 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 602 Bytes

AkropolisOS Frontend (active development) Build Status

  • yarn install install frontend and contracts dependencies
  • yarn dev start locally in watch mode
  • yarn codegen generate type definitions and React hooks by graphql schema and local queries (see src/generated folder)
  • yarn build build production (see build folder)
  • yarn lint start code style linting and type checking
  • yarn test or yarn t start test