diff --git a/README.md b/README.md index c03f228..50e6abb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # USU CS4610 Nest Starter App - ## 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 ``` - +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. - - ## 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