Skip to content

Commit

Permalink
Added: Tauri & Desktop Application
Browse files Browse the repository at this point in the history
  • Loading branch information
ShotMeow committed Apr 17, 2023
1 parent 5ca781a commit 5171d18
Show file tree
Hide file tree
Showing 24 changed files with 3,595 additions and 4 deletions.
176 changes: 174 additions & 2 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "kanban",
"private": true,
"version": "1.1.3",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prettier": "prettier --write ./src",
"prettier-check": "prettier --check ./src",
"eslint": "eslint --ext .js,.ts,.tsx ./src"
"eslint": "eslint --ext .js,.ts,.tsx ./src",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"pre-commit": [
"eslint",
Expand All @@ -29,6 +31,7 @@
"swiper": "^9.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/node": "^18.15.5",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
Expand Down
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

1 comment on commit 5171d18

@vercel
Copy link

@vercel vercel bot commented on 5171d18 Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kanban – ./

kanban-shotmeow.vercel.app
kanban-jet-delta.vercel.app
kanban-git-main-shotmeow.vercel.app

Please sign in to comment.