mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-20 10:15:19 -04:00
💿 Setup script
This commit is contained in:
parent
303f1a0a3a
commit
4aa1e290f6
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
"scripts": {
|
||||
"render": "npx ts-node src/index.ts",
|
||||
"dev": "nodemon src/index.ts",
|
||||
"dev:debug": "nodemon --inspect src/index.ts"
|
||||
"dev:debug": "nodemon --inspect src/index.ts",
|
||||
"setup": "sudo pip3 install virtualenv && virtualenv env && . env/bin/activate && pip3 install -r requirements.txt && yarn install"
|
||||
},
|
||||
"repository": "git@github.com:KaizIqbal/apple_cursor.git",
|
||||
"author": "Kaiz Khatri",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue