We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6ec1e commit 3bd7440Copy full SHA for 3bd7440
README.md
@@ -1 +1,5 @@
1
In Progress
2
+
3
+To run:
4
+1. npm install
5
+2. npm start
package.json
@@ -0,0 +1,23 @@
+{
+ "name": "babblet.github.io",
+ "version": "0.0.1",
+ "description": "In Progress",
+ "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