Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 820 Bytes

File metadata and controls

43 lines (28 loc) · 820 Bytes

Requirements

Setup

Install nodejs with asdf

asdf install

Install cargo-leptos

cargo install cargo-leptos

or if you have binstall installed (avoid building from source)

cargo binstall cargo-leptos

Install diesel_cli

cargo install diesel_cli --no-default-features --features [postgres|sqlite|mysql]

or if you have binstall installed (avoid building from source) [not recommended]

cargo binstall diesel_cli

diesel_cli can require lib like libpq-dev, libmysqlclient-dev, libsqlite3-dev or in fedora libpq-devel, community-mysql-devel, sqlite-devel

Usefull links