Skip to content

Commit 3e803da

Browse files
authored
Update README.md
1 parent 944b9c3 commit 3e803da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ ParseSwift.initialize(applicationId: "applicationId", // Required: Change to you
4747
}
4848
```
4949

50+
## Starting the Server
51+
To start your server type, `swift run` in the terminal of the project root directory.
52+
5053
## Adding `ParseObject`'s
5154
It is recommended to add all of your `ParseObject`'s to [ParseServerSwift/Sources/ParseServerSwift/Models](https://github.com/netreconlab/ParseServerSwift/blob/main/Sources/ParseServerSwift/Models). An example `GameScore` model is provided:
5255

0 commit comments

Comments
 (0)