Compare commits

...

5 Commits

Author SHA1 Message Date
66818a40be Merge branch 'main' of git.zomo.dev:zomo/1800queue 2022-01-27 19:40:54 -06:00
53db0f47b9 update license 2022-01-27 19:40:52 -06:00
adc15f0555 renamed unix scripts folder 2022-01-27 19:40:39 -06:00
e2d3097829 added unix scripts 2022-01-27 19:40:28 -06:00
72ddf229ec added unix installation scripts 2022-01-27 19:39:14 -06:00
4 changed files with 13 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules node_modules
token token
.DS_Store

2
package-lock.json generated
View File

@@ -7,7 +7,7 @@
"": { "": {
"name": "1800queue", "name": "1800queue",
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "MIT",
"dependencies": { "dependencies": {
"@discordjs/rest": "^0.3.0", "@discordjs/rest": "^0.3.0",
"cheerio": "^1.0.0-rc.10", "cheerio": "^1.0.0-rc.10",

5
scripts/mac-linux/install.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ../..
npm install

5
scripts/mac-linux/start.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ../..
npm start