Update README.md

Added build steps
This commit is contained in:
Joseph Milazzo 2021-03-29 19:19:12 -05:00 committed by GitHub
parent a0deafe75b
commit 935bb83957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,11 @@ your manga collection with your friends and family!
* Metadata should allow for collections, want to read integration from 3rd party services, genres.
* Ability to manage users, access, and ratings
## How to Build
1. Ensure you've cloned Kavita-webui. You should have Projects/Kavita and Projects/Kavita-webui
2. In Kavita-webui, run ng serve. This will start the webserver on localhost:4200
3. Run API project in Kavita, this will start the backend on localhost:5000
## How to Deploy
- Run build.sh and pass the Runtime Identifier for your OS or just build.sh for all supported RIDs.