alpha
Login
or
Join now
oyster.cafe
/
kryptori
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
eBay for krypto. https://kryptori.lu1.sh
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Updated the instructions on running.
author
lewis
date
1 year ago
(Apr 21, 2025, 2:51 PM +0300)
commit
f14686ff
f14686ffcc86c27e3cee41b128cf7c65e8308145
parent
95b0deb5
95b0deb5a861fb12d82bdc2323b913270ed58317
+3
-1
1 changed file
Expand all
Collapse all
Unified
Split
README.md
+3
-1
README.md
Reviewed
···
55
55
56
56
## Run the application
57
57
58
58
-
`nix develop` then `make run` or `uvicorn main:app --reload`
58
58
+
`cargo run` to run.
59
59
+
60
60
+
`cargo build --release` to build a release binary.
59
61
60
62
## Models
61
63