Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 421 Bytes

Palikka Client

React-based SPA client for consuming Palikka API. MUI is used as the UI library. The only other external library used is stompjs.

Local deployment

Run

make docker-run

to build the project and deploy it into a Docker container.

Testing & linting

Neither are provided because I didn't have time to set them up.