You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,9 @@ template are pre-populated. Click the *Next* button at the bottom of the page.
113
113
### Limitations
114
114
- MSSQL server 2017 doesnt support continues replication. The solution is using MSSQL server 2016 by default.
115
115
116
+
## Local Development
117
+
See [Local Development](docs/LOCAL_DEVELOPMENT.md) guide to get a copy of the project up and running on your local machine for development and testing purposes.
This section details how to run the solution locally and deploy your code changes from the command line.
4
+
5
+
### Pre-Requisites
6
+
7
+
The following dependencies must be installed:
8
+
- Python >=3.8 and pip
9
+
- virtualenv
10
+
11
+
### Build local development environment
12
+
Once you have installed pre-requisites, you must run the following command to create a `virtualenv` and install all dependencies before commencing development.
0 commit comments