Add API
Some checks failed
Build Crate / build (push) Failing after 6m25s

This commit is contained in:
2023-09-20 21:32:19 -04:00
parent ec06340def
commit 3d52cd0a24
8 changed files with 116 additions and 28 deletions

View File

@@ -23,7 +23,7 @@ https://nodejs.org/en
## 3. Install Perseus, for real-time updates while developing
`cargo install perseus-cli`
`cargo build --target wasm32-unknown-unknown`
`rustup target add wasm32-unknown-unknown`
## 4. Install tailwindcss, for styling
@@ -43,7 +43,7 @@ To build CSS run:
`npm run build`
To build the project for testing, run
`perseus serve`
`perseus serve --verbose`
# Deploying the project