Skip to content

Commit

Permalink
Merge pull request #20 from ChristianPayne/main
Browse files Browse the repository at this point in the history
v0.2.2
  • Loading branch information
ChristianPayne authored Nov 23, 2024
2 parents b722318 + 93327af commit c4c1a79
Show file tree
Hide file tree
Showing 38 changed files with 3,171 additions and 1,628 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-tailwindcss"]
}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ This project was intended to get me more familiar with Rust. The original bot wo
Files are being stored in Tauri's `app_data_dir` folder; different for each OS.

## Running the app
From the root directory, use npm to start the front and backend code; `npm run tauri dev`
From the root directory, use npm to start the front and backend code; `npm run tauri dev`

## Compiling types for the frontend
TS RS uses tests to build the types. Head into the `/src-tauri` backend folder and run `cargo test`.
Loading

0 comments on commit c4c1a79

Please sign in to comment.