adding base package.json

fixed type in .gitignore
This commit is contained in:
shockrahwow 2019-11-26 20:33:52 -08:00
parent 3f9e31a2ea
commit 6c6c0d0c36
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"name": "freechat-client",
"version": "0.1.0",
"main": "main.js",
"scripts": {
"start": "electron ."
}
}

View File

@ -0,0 +1,5 @@
#!/bin/sh
# Just setting up all things npm here
npm install
chmod 1755 node_modules/electron/dist/chrome-sandbox
sudo chown root node_modules/electron/dist/chrome-sandbox