chore: update build docs

This commit is contained in:
Abdullah Atta
2022-12-28 17:05:59 +05:00
parent b26b0871c8
commit e5942a1b31

View File

@@ -25,16 +25,22 @@ Once you are inside the `./notesnook-sync-server` directory, run:
dotnet restore Notesnook.sln
```
To build the `Notesnook.API` project:
Then build all projects:
```bash
dotnet build Notesnook.API/Notesnook.API.csproj
dotnet build Notesnook.sln
```
To build the `Streetwriters.Messenger` project:
To run the `Notesnook.API` project:
```bash
dotnet build Streetwriters.Messenger/Streetwriters.Messenger.csproj
dotnet run --project Notesnook.API/Notesnook.API.csproj
```
To run the `Streetwriters.Messenger` project:
```bash
dotnet run --project Streetwriters.Messenger/Streetwriters.Messenger.csproj
```
## TODO Self-hosting