1
Fork 0

add static server

This commit is contained in:
Jake Howard 2017-05-05 19:49:57 +01:00
parent 085a8a7d93
commit 8f1200aa4b

View file

@ -1,7 +1,9 @@
{
"name": "theorangeone.net",
"version": "1.0.0",
"scripts": {},
"scripts": {
"start": "tstatic public/"
},
"repository": {
"type": "git",
"url": "git@github:RealOrangeOne/theorangeone.net"
@ -16,6 +18,7 @@
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"font-awesome": "4.7.0",
"jquery": "3.2.1"
"jquery": "3.2.1",
"tstatic": "1.0.0"
}
}