updated readme

This commit is contained in:
Yusuf İpek
2021-01-22 20:18:39 +03:00
parent 6f0f051a2b
commit a905549d29
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# Custom Homepage
I was typing a lot of websites to adress bar and I thought it would be good to create a minimal custom homepage for my taste.
[App demo](https://yusufipk.github.io/custom-homepage/)
![Image of the app](./src/img/homepage.png)
@@ -46,4 +47,4 @@ Open the `weather-fetch.jsx` inside components folder. Change api request from `
#### Building and using app locally
Open `package.json` and add `"homepage": "."` to first object. Then add `"deploy": "gh-pages -d build"` to the scripts section. After this save and run `npm run build`. You should be able to locally access using `index.html` in the builds folder.
Open `package.json` and add `"homepage": "."` to first object. Then add `"deploy": "npm run build"` to the scripts section. After this save and run `npm run deploy`. You should be able to locally access using `index.html` in the builds folder.