Skip to content

Commit

Permalink
Deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
obrassard committed Jun 14, 2019
1 parent bac001a commit 6b2008b
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: http-server
189 changes: 189 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "bootshadow",
"version": "1.0.0",
"description": "### Getting started You can use *Bootshadow* the same way you usually use Boostrap 4, since this theme uses the same html classes name than Bootstrap.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obrassard/Bootshadow.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/obrassard/Bootshadow/issues"
},
"homepage": "https://github.com/obrassard/Bootshadow#readme",
"dependencies": {
"http-server": "^0.11.1"
}
}

0 comments on commit 6b2008b

Please sign in to comment.