Skip to content

Ableglobe/rovercode-ui

 
 

Repository files navigation

Chat Zenhub Board

Rovercode User Interface

This repository contains the react application frontend for the Rovercode web application.

Requirements

nodejs LTS version v8.x is required. Newer versions may have issues.

yarn is required for installing dependencies. Instructions for installing yarn can be found here.

Dependencies

To install the production dependencies (for just running the application), run:

yarn install --pure-lockfile --production

To install development dependencies (for running tests, lint, etc), run:

yarn install --pure-lockfile

Running

NOTE: The application running the development webserver requires the rovercode api to be running at http://localhost:8000

To run the development web server using a locally running API instance, run:

yarn start:local

To run the development web server using the API instance on alpha.rovercode.com, run:

yarn start:alpha

Unit Testing

To run unit tests, run:

yarn test

Linting

To run the linter, run:

yarn lint

About

Frontend for the rovercode web application

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.9%
  • Other 0.1%