Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Dec 7, 2022
1 parent 2f9f201 commit 386a58a
Show file tree
Hide file tree
Showing 34 changed files with 4,177 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store

node_modules/
target/
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"]
}
Empty file added dist/.gitkeep
Empty file.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "chatgpt",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "yarn tauri dev",
"build": "yarn tauri build",
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.1"
}
}
Loading

0 comments on commit 386a58a

Please sign in to comment.