Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.98 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.98 KB

Jona · Ask your Repository Web Frontend

Coverage Status CircleCI

React App and frontend of Ask Your Cloud!

This repo is part of the "Ask your Repository" Bachelor project containing the following repos:

Setup

  1. Install YARN: https://yarnpkg.com/lang/en/docs/install/
  2. Clone the repository: git clone https://github.com/hpi-sam/ask-your-repository-web.git
  3. Change directory into the repository folder: cd ask-your-repository-web
  4. Execute yarn install to install dependencies
  5. Execute yarn flow-typed install to install types for all dependencies
  6. Start developing and Have fun!
  7. ???
  8. Profit!

Available Scripts

yarn install · Install dependencies

yarn start · Run the app in development mode on localhost:3000

yarn test · Execute tests

yarn build · Build app for production to the /build folder

yarn flow-typed install · Install flow dependencies

yarn flow · Type check the code

yarn lint · Run ESLint

Documentation

Further documentation can be found in the Wiki.

License

This project is licensed under the terms of the MIT license.