Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 491 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 491 Bytes

Matekasse

This project aims to stay compatiable with Mete via the Space-Market API 3.0.0.

The project name is not final. :)

How to build/run

Simply start the backend with this command

cd server
cargo run

To build and serve the frontend use trunk with this command. Thrunk will act as a reverse proxy for the backend.

cd web
thrunk serve