mirror of
https://github.com/yusufipk/trillo-react.git
synced 2026-09-11 10:56:15 +00:00
update readme
This commit is contained in:
@@ -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/)
|
||||
|
||||
|
||||
+3
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user