Skip to content

NotHereDev/not_management

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published