An open API service indexing awesome lists of open source software.

https://github.com/pr4k/invoice-intelligence-platform


https://github.com/pr4k/invoice-intelligence-platform

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Getting Started with Invoice Intelligence Engine

This project was created with [Create React App](https://github.com/facebook/create-react-app).

## Want to clone the repository and work
The branch add-confidence-score is the latest development branch and the branch master is the latest production branch

Follow the steps given below


  1. Clone the repository on your local machine

  2. Create an issue

  3. For that issue create a new branch with source branch as add-confidence-score

  4. Checkout to the new branch on your local, install the required dependencies and start making the changes into that

  5. Once done, push the code to the new remote branch

  6. Create a PR from that new branch to add-confidence-score

  7. Wait till the PR gets merged and tested

  8. If all the tests pass in the dev server, your code will be merged to the master branch and deployed to production

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.