Current on development, to run this cli follow the steps below:
-
cargo build -
cargo run --bin dolph new <project_name> -
cargo run --bin dolph generate <schematics> <component_name>to generate a component -
cargo run --bin dolph watchto start the server in watch mode -
cargo run --bin dolph watch --bunto start the server in watch mode using bun -
cargo run --bin dolph buildto compile the app to javascript for production -
cargo run --bin dolph watch --bunto start the server in watch mode using the bun runtime. -
cargo run --bin dolph startto start the server in production with node. -
cargo run --bin dolph start --bunto start the server in production with bun.