mirror of
https://github.com/yusufipk/custom-homepage.git
synced 2026-09-11 10:36:08 +00:00
updated readme
This commit is contained in:
@@ -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/)
|
||||
|
||||

|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user