remove unused pages & update links
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
# install
|
||||
```
|
||||
cargo install sqlx-cli
|
||||
wasm-pack build --target=web --debug --no-default-features --features=hydrate
|
||||
cargo run --no-default-features --features=ssr
|
||||
```
|
||||
|
||||
# dev
|
||||
```
|
||||
source .env
|
||||
cargo sqlx migrate run
|
||||
cargo leptos watch
|
||||
```
|
||||
|
||||
npx tailwindcss -i ./input.css -o ./style/output.css --watch
|
||||
```npx tailwindcss -i ./input.css -o ./style/output.css --watch```
|
||||
|
||||
# deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user