Update readme with fixes
Some checks failed
Build Crate / build (push) Has been cancelled

also update tailwind
This commit is contained in:
2024-08-14 21:31:48 -04:00
parent 5cb67786bf
commit 5d28013f30
2 changed files with 8 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ Run `curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh`
### Windows: ### Windows:
https://nodejs.org/en https://nodejs.org/en
(todo look into:)
https://pnpm.io/
### Unix based systems: ### Unix based systems:
@@ -23,6 +25,9 @@ https://nodejs.org/en
## 3. Install Perseus, for real-time updates while developing ## 3. Install Perseus, for real-time updates while developing
`cargo install perseus-cli` `cargo install perseus-cli`
(temporarily broken, if this doensn't work run `cargo install perseus-cli --locked` )
`rustup target add wasm32-unknown-unknown` `rustup target add wasm32-unknown-unknown`
## 4. Install docker for Postgresql ## 4. Install docker for Postgresql
@@ -56,6 +61,8 @@ To build CSS run:
To build the project for testing, run To build the project for testing, run
`perseus serve --verbose` `perseus serve --verbose`
(if broken: todo remove once fixed)
`perseus --wasm-opt-version version_118 serve --verbose`
# Deploying the project # Deploying the project

View File

@@ -11,6 +11,6 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"tailwindcss": "^3.4.9" "tailwindcss": "^3.4.10"
} }
} }