This commit is contained in:
Joseph Ditton 2021-12-04 11:33:33 -07:00
parent 993e43ccce
commit c8339e42f7

View File

@ -6,12 +6,12 @@ A starter app with Postgres, NestJS, and React
## Cloning the project
This app is designed to used as a starting point for another application so you will want to clone the project into a folder that matches your app. Run
```bash
$ git clone git@github.com:dittonjs/OnTheSpot.git <YourAppName>
$ git clone git@github.com:dittonjs/NestStarterApp.git <YourAppName>
```
Replace your app name with the name of your app, for example
```bash
$ git clone git@github.com:dittonjs/OnTheSpot.git SpyChat
$ git clone git@github.com:dittonjs/NestStarterApp.git SpyChat
```
Next, go create a remote repository in github (or gitlab, or bitbucket, it doesn't matter) for your new application.