1
0
Fork
You've already forked dearny
0
funny russian homework sharing website
  • Rust 80.2%
  • Nix 7.4%
  • JavaScript 5.8%
  • CSS 3.1%
  • TypeScript 2.6%
  • Other 0.9%
2024年02月29日 21:54:43 +03:00
end2end initial commit 2024年02月19日 21:14:35 +03:00
nix teacher account... 2024年02月28日 21:05:01 +03:00
public initial commit 2024年02月19日 21:14:35 +03:00
src the final push 2024年02月29日 21:54:43 +03:00
style the final push 2024年02月29日 21:54:43 +03:00
.envrc initial commit 2024年02月19日 21:14:35 +03:00
.gitignore compile time 2024年02月21日 22:00:09 +03:00
Cargo.lock the final push 2024年02月29日 21:54:43 +03:00
Cargo.toml the final push 2024年02月29日 21:54:43 +03:00
flake.lock diary view 2024年02月27日 21:12:01 +03:00
flake.nix teacher account... 2024年02月28日 21:05:01 +03:00
LICENSE diary view 2024年02月27日 21:12:01 +03:00
package-lock.json style 2024年02月25日 21:44:33 +03:00
package.json teacher account... 2024年02月28日 21:05:01 +03:00
postcss.config.js teacher account... 2024年02月28日 21:05:01 +03:00
README.md diary view 2024年02月27日 21:12:01 +03:00
rust-toolchain.toml initial commit 2024年02月19日 21:14:35 +03:00
tailwind.config.js diary view 2024年02月27日 21:12:01 +03:00

dearny

стек

  • database: sqlite
  • бекенд: rust (leptos serverfn)
  • фронтенд: rust (leptos)

как запустить

установить rust nightly и cargo-leptos:

# тулчейн языка
rustup default nightly
# инструмент сборки
cargo install cargo-leptos

также, surrealdb:

mkdir run
surreal start --log debug --user root --pass root -b 127.0.0.1:9867 file:run/data.db

windows / не-nixos:

npm i
cargo leptos watch

nixos:

# без direnv
nix develop
npm i
RUST_LOG=dearny=trace,info CC=gcc steam-run cargo leptos watch