-
Notifications
You must be signed in to change notification settings - Fork 0
How to Contribute
Tarun Abichandani edited this page Jan 28, 2024
·
2 revisions
Choose a issue from this list to get started
Fork the repository from Resseract Lite
- Go to server/Resseract
- Set env variable
RESSERACT_PROFILE
to local
// Windows
set "RESSERACT_PROFILE=local"
// Linux
export RESSERACT_PROFILE=local
- Run the maven app
mvn spring-boot:run
Server should be running on http://localhost:8242/api. You can test the same using health api http://localhost:8242/api/health
- Go to angular-app/Resseract
- Run
npm install
- Run
ng serve --host 0.0.0.0 --proxy-config local-proxy.config.json
to run UI component of the app
Angular app should be running on http://localhost:4200/canvas
Please use http://localhost:4200/canvas for development. DO NOT USE http://localhost:8242/canvas
- Make required changes
- Commit changes. Please use this template
Issue #<ISSUE_NUMBER> | <COMMIT MESSAGE>
- Raise pull request
If you face any problem, please create a issue