forked from conjured/silverfish
cutest lil ecommerce system you've ever seen
- Rust 77.9%
- HTML 11.6%
- TypeScript 3.6%
- Fluent 2.7%
- CSS 2.3%
- Other 1.9%
silverfish
new kid on the block
Requirements
- Rust 1.88.0 or later w/ Cargo (use rustup)
- Node.js 20 or later
- (optional)
watchexec - (optional)
just: Can be installed withcargo install just
Getting Started
- (optional) Copy
binaries/*/config/dev.secret.example.kdltobinaries/*/config/dev.secret.kdland edit as desired. cargo run -p silverfish-stall keygento createsession-keyand store the result indev.secret.kdljust db-setupto create the database and migrate it.just devto start the server/watcher with all frontend stuff installed and built.- Visit https://localhost:4000 or wherever you configured your dev server to listen.
See Justfile for other tasks to run.