diff --git a/.gitignore b/.gitignore
index 0595304..b682578 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ bin/
pkg/
target/
wasm-pack.log
+
+*/node_modules/*
\ No newline at end of file
diff --git a/www/.gitignore b/demo/.gitignore
similarity index 100%
rename from www/.gitignore
rename to demo/.gitignore
diff --git a/www/index.html b/demo/index.html
similarity index 99%
rename from www/index.html
rename to demo/index.html
index 7c455ae..9d345df 100644
--- a/www/index.html
+++ b/demo/index.html
@@ -30,7 +30,7 @@
-
+
diff --git a/www/package-lock.json b/demo/package-lock.json
similarity index 100%
rename from www/package-lock.json
rename to demo/package-lock.json
diff --git a/www/package.json b/demo/package.json
similarity index 100%
rename from www/package.json
rename to demo/package.json
diff --git a/www/index.js b/demo/scripts/index.js
similarity index 100%
rename from www/index.js
rename to demo/scripts/index.js
diff --git a/www/bootstrap.js b/demo/scripts/start.js
similarity index 100%
rename from www/bootstrap.js
rename to demo/scripts/start.js
diff --git a/www/index.css b/demo/styles/index.css
similarity index 100%
rename from www/index.css
rename to demo/styles/index.css
diff --git a/www/webpack.config.js b/demo/webpack.config.js
similarity index 81%
rename from www/webpack.config.js
rename to demo/webpack.config.js
index d3a786f..2cbaf9d 100644
--- a/www/webpack.config.js
+++ b/demo/webpack.config.js
@@ -2,10 +2,10 @@ const CopyWebpackPlugin = require("copy-webpack-plugin");
const path = require('path');
module.exports = {
- entry: "./bootstrap.js",
+ entry: "./start.js",
output: {
path: path.resolve(__dirname, "../docs/"),
- filename: "bootstrap.js",
+ filename: "start.js",
},
mode: "development",
plugins: [
diff --git a/docs/index.html b/docs/index.html
index 6af838d..9d345df 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -7,8 +7,7 @@
ZkInterface - Bulletproofs - ZoKrates in-browser integration
-
-
+
ZkInterface - ZoKrates - Bulletproof
@@ -165,7 +164,7 @@ Bulletproofs.wasm
-
-
+
+