diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2021-12-04 17:13:43 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2021-12-04 17:13:43 -0700 |
commit | 03108dffe046826f4c72f711cfd787714c4bd8fd (patch) | |
tree | 6d16b0b2ce3b7a0948bce1e65d98cedf7eee42a1 | |
parent | 3828a0011c6d129fb0be48f4654812005c9997ee (diff) | |
download | locchat-03108dffe046826f4c72f711cfd787714c4bd8fd.tar.gz locchat-03108dffe046826f4c72f711cfd787714c4bd8fd.zip |
update readme
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,6 +1,5 @@ # USU CS4610 Nest Starter App -<!-- BEGIN REMOVABLE --> ## Description A starter app with Postgres, NestJS, and React @@ -9,7 +8,7 @@ This app is designed to used as a starting point for another application so you ```bash $ git clone git@github.com:dittonjs/NestStarterApp.git <YourAppName> ``` - +a Replace your app name with the name of your app, for example ```bash $ git clone git@github.com:dittonjs/NestStarterApp.git SpyChat @@ -23,8 +22,6 @@ $ bash ./bin/setup_new_project.sh ``` and follow the prompts. This script will link the repo to your new repo while maintaining a reference to the starter app repo. This way, if we make changes to the starter app repo, you can still get those changes. -<!-- END REMOVABLE --> - ## Pulling Updates from Starter App To retrieve changes from the starter app run @@ -114,7 +111,6 @@ Enter `US` for the country code. Where this key will only be used for developmen ## Running the app To start the server run ```bash -# watch mode $ yarn start:dev ``` @@ -124,6 +120,7 @@ $ yarn client:watch ``` ## Test +**WORK IN PROGRESS** ```bash # unit tests |