ddd test 2
This commit is contained in:
13
README.md
13
README.md
@@ -1,3 +1,6 @@
|
||||
<img src="./images/icon.png" width="100" height="100">
|
||||
|
||||
|
||||
# Toju / Zoracord
|
||||
|
||||
Desktop chat app with three parts:
|
||||
@@ -6,12 +9,6 @@ Desktop chat app with three parts:
|
||||
- `electron/` desktop shell, IPC, and local database
|
||||
- `server/` directory server, join request API, and websocket events
|
||||
|
||||
## Architecture
|
||||
|
||||
- Renderer architecture and refactor conventions live in `docs/architecture.md`
|
||||
- Electron renderer integrations should go through `src/app/core/platform/electron/`
|
||||
- Pure shared logic belongs in `src/app/core/helpers/` and reusable contracts belong in `src/app/core/models/`
|
||||
|
||||
## Install
|
||||
|
||||
1. Run `npm install`
|
||||
@@ -58,3 +55,7 @@ Inside `server/`:
|
||||
- `npm run dev` starts the server with reload
|
||||
- `npm run build` compiles to `dist/`
|
||||
- `npm run start` runs the compiled server
|
||||
|
||||
# Images
|
||||
<img src="./website/src/images/screenshots/gif.png" width="700" height="400">
|
||||
<img src="./website/src/images/screenshots/screenshare_gaming.png" width="700" height="400">
|
||||
|
||||
Reference in New Issue
Block a user