https://github.com/pr4k/invoice-intelligence-platform
https://github.com/pr4k/invoice-intelligence-platform
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pr4k/invoice-intelligence-platform
- Owner: pr4k
- Created: 2023-09-06T16:56:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T15:46:10.000Z (over 2 years ago)
- Last Synced: 2025-03-17T03:42:02.228Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://invoice-intelligence-platform.vercel.app
- Size: 333 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- Clone the repository on your local machine
- Create an issue
- For that issue create a new branch with source branch as add-confidence-score
- Checkout to the new branch on your local, install the required dependencies and start making the changes into that
- Once done, push the code to the new remote branch
- Create a PR from that new branch to add-confidence-score
- Wait till the PR gets merged and tested
- 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.