diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..0a9101b6 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +server: nodemon server.js +watch: rollup -c --watch diff --git a/docs/app.md b/docs/app.md index 4b309a1a..482bef43 100644 --- a/docs/app.md +++ b/docs/app.md @@ -42,10 +42,31 @@ Sample index.html
+