diff --git a/README.md b/README.md index 848bd66..8d1c7e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Trillo -A mockup travel page. The design is created by Jonas Schmedtmann. I've implemented the webpage using React, SASS and HTML. +A mockup travel page. The design is created by Jonas Schmedtmann. I've implemented the webpage using React and SASS. [Live Demo](https://yusufipk.github.io/trillo-react/) diff --git a/package.json b/package.json index 0807508..88b2983 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,9 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", - "eject": "react-scripts eject" + "eject": "react-scripts eject", + "predeploy": "npm run build", + "deploy": "gh-pages -d build" }, "eslintConfig": { "extends": [