Skip to content

Commit

Permalink
feat: add tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrsoares committed Sep 26, 2023
1 parent b36615c commit 159d366
Show file tree
Hide file tree
Showing 25 changed files with 3,730 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"start": "react-scripts start",
"dev": "pnpm start",
"dev:tauri": "tauri dev",
"build": "react-scripts build",
"test": "react-scripts test",
"prebuild": "yarn generate-build-version && yarn write-app-name-to-manifest",
Expand Down Expand Up @@ -44,6 +45,7 @@
"styled-components": "^5.3.11"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/jest": "^26.0.24",
"@types/node": "^13.13.52",
"@types/react": "^18.2.14",
Expand Down
110 changes: 110 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src-tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Generated by Cargo
# will have compiled files and executables
/target/
Loading

0 comments on commit 159d366

Please sign in to comment.