Skip to content

Commit

Permalink
reformat repo
Browse files Browse the repository at this point in the history
  • Loading branch information
balast committed Oct 29, 2020
1 parent 6bcdc25 commit 3ef87f0
Show file tree
Hide file tree
Showing 21 changed files with 20 additions and 170 deletions.
21 changes: 20 additions & 1 deletion README.md
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.
149 changes: 0 additions & 149 deletions learning-aids/panel-learning-aid/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions learning-aids/panel-learning-aid/README.md

This file was deleted.

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.

0 comments on commit 3ef87f0

Please sign in to comment.