diff --git a/README.md b/README.md index 3b58245..bc42c87 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ I used HTML5, CSS3, Javascript along with jQuery, Barba JS, and GSAP libraries. +Check out the live demo [here](https://sithruby.github.io/overnight/) diff --git a/package.json b/package.json index 70a8743..41d1124 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,10 @@ "description": "", "scripts": { "start": "npx parcel src/index.html --port 1208 --open", + "build": "parcel build src/index.html --dist-dir ./docs --public-url https://sithruby.github.io/overnight/" }, "keywords": [], + "author": "sithruby", "license": "ISC", "devDependencies": { "parcel": "^2.9.3"