-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
20 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# Public Content | ||
# Mortgage Calculator | ||
This repo contains the code to run a mortgage calculator app using Panel. | ||
To see a running version of this app, please visit (binder url here eventually). | ||
|
||
## Install environment | ||
You need conda installed to run this app. Create the `panel` environment by running the following: | ||
`conda env create -f environment.yml` | ||
|
||
## Deploy App Locally | ||
After having installed the environment, activate it with: | ||
- `conda activate panel` | ||
|
||
Then start the app by running on the command line: | ||
- `python -m mortgage_calculator` | ||
|
||
You can see the app by navigating to the url which will appear on the command line in a browser (IE 11 not supported). | ||
|
||
## Run tests | ||
To run the repo tests, run the following in the command line when in the repo root folder. | ||
- `pytest` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.