Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.26 KB

SEMA Back Office Web

SEMA Back Office is a React Web client that allows SWE admins or other specific roles to analyze data (sent through the SEMA POS) so they can take better business decisions and to perform administrative tasks.


Screenshots

TBD

Requirements

For development, you will need Node.js, and a node global package manager, Yarn, installed in your environement.

You will also need to make sure SEMA Core is setup and running successfully on your development machine.

Basic Usage

  • Clone the repo and enter the project folder
git clone https://github.com/untapped-inc/sema-back-office-web
cd sema-back-office-web
  • Install react-scripts (To be able to run the client)
yarn global add react-scripts
  • Install dependencies:
yarn
  • Run the client:
yarn start

It should start running at http://localhost:3000

Contributing

Please, read our Contribution Guidelines if you wish to participate into the development of SEMA.

Building for Production

For the full documentation on how to build/run this project in production mode, please, follow the tutorial over there.