Skip to content

Commit 3bd7440

Browse files
committed
Add run instructions
1 parent 2e6ec1e commit 3bd7440

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
In Progress
2+
3+
To run:
4+
1. npm install
5+
2. npm start

package.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "babblet.github.io",
3+
"version": "0.0.1",
4+
"description": "In Progress",
5+
"dependencies": {
6+
"http-server": "^0.12.0"
7+
},
8+
"devDependencies": {},
9+
"scripts": {
10+
"start": "node_modules/http-server/bin/http-server",
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/babblet/babblet.github.io.git"
16+
},
17+
"author": "",
18+
"license": "ISC",
19+
"bugs": {
20+
"url": "https://github.com/babblet/babblet.github.io/issues"
21+
},
22+
"homepage": "https://github.com/babblet/babblet.github.io#readme"
23+
}

0 commit comments

Comments
 (0)