Skip to content

Commit

Permalink
Add electron js boilerplate loading Slack client
Browse files Browse the repository at this point in the history
  • Loading branch information
andirsun committed Dec 19, 2023
1 parent 7b4cd44 commit 51f7531
Show file tree
Hide file tree
Showing 4 changed files with 596 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "slack-arm64",
"version": "0.0.1",
"description": "Slack on electron for Linux arm64",
"main": "src/main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/andirsun/slack-arm64.git"
},
"author": "Anderson Laverde",
"license": "MIT",
"bugs": {
"url": "https://github.com/andirsun/slack-arm64/issues"
},
"homepage": "https://github.com/andirsun/slack-arm64#readme",
"devDependencies": {
"electron": "^27.1.3"
}
}
Loading

0 comments on commit 51f7531

Please sign in to comment.