From 69884d386f1622e3c317dd0b4d89fb0a88f6cb95 Mon Sep 17 00:00:00 2001 From: Yusuf Ipek Date: Tue, 11 May 2021 19:42:43 +0300 Subject: [PATCH] update readme --- README.md | 2 +- package.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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": [