13 lines
436 B
Markdown
13 lines
436 B
Markdown
<project-structure>
|
|
/client has a react typescript pnpm app with tailwindcss
|
|
- always inline prop definitions in function call
|
|
- use react FC<> components
|
|
- custom navy theme colors defined in index.css
|
|
- never use white or black, make text light navy and background dark navy
|
|
/backend
|
|
- elixir phoenix websocket server
|
|
- runs highly available in a cluster (dev environment in docker-compose.yml)
|
|
</project-structure>
|
|
|
|
|