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
|
# 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/)
|
[Live Demo](https://yusufipk.github.io/trillo-react/)
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -19,7 +19,9 @@
|
|||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject",
|
||||||
|
"predeploy": "npm run build",
|
||||||
|
"deploy": "gh-pages -d build"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
|||||||
Reference in New Issue
Block a user