diff --git a/README.md b/README.md index 957433f..c57eb6d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Run `curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh` ### Windows: https://nodejs.org/en +(todo look into:) +https://pnpm.io/ ### Unix based systems: @@ -23,6 +25,9 @@ https://nodejs.org/en ## 3. Install Perseus, for real-time updates while developing `cargo install perseus-cli` + +(temporarily broken, if this doensn't work run `cargo install perseus-cli --locked` ) + `rustup target add wasm32-unknown-unknown` ## 4. Install docker for Postgresql @@ -56,6 +61,8 @@ To build CSS run: To build the project for testing, run `perseus serve --verbose` +(if broken: todo remove once fixed) +`perseus --wasm-opt-version version_118 serve --verbose` # Deploying the project diff --git a/package.json b/package.json index adef649..6e9af84 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "author": "", "license": "ISC", "devDependencies": { - "tailwindcss": "^3.4.9" + "tailwindcss": "^3.4.10" } }