-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b19863f
commit 968eba7
Showing
3 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
sudo: false | ||
language: node_js | ||
branches: | ||
only: | ||
- master | ||
notifications: | ||
email: false | ||
install: | ||
- npm install | ||
cache: | ||
directories: | ||
- node_modules | ||
before_script: | ||
- git config --global user.email $GH_EMAIL | ||
- git config --global user.name $GH_USERNAME | ||
- git remote set-url origin https://[email protected]/rowanhogan/wikipadia.git | ||
- npm install | ||
script: | ||
- npm run deploy | ||
- npm run build | ||
deploy: | ||
provider: pages | ||
skip_cleanup: true | ||
keep_history: true | ||
github_token: $GH_TOKEN | ||
local_dir: build | ||
fqdn: wikipadia.xyz | ||
verbose: true | ||
on: | ||
branch: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
# [![Wikipadia](https://res.cloudinary.com/rowanhogan/image/upload/c_scale,h_60/v1456251436/logo_z2plre.png)](http://wikipadia.xyz) | ||
Wikipadia | ||
========= | ||
|
||
_Wikipadia_ is a beautiful, customisable Wikipedia reader. It was built specifically for leisurely, late-night reading on an iPad. | ||
_Wikipadia_ is a beautiful, minimal [Wikipedia](https://wikipedia.org) reader. It was built specifically for leisurely, late-night reading on an iPad. | ||
|
||
The themes and options provide you with the ability to customize your reading experience, as well as the ability to add your own CSS which is saved locally to your device. | ||
|
||
The inverted theme allows for better night/low-light reading by re-inverting and darkening images to better display when the _Invert Colors_ setting is enabled — Found in _Settings > General > Accessibility > Invert Colors_ on iOS. | ||
![https://travis-ci.org/rowanhogan/wikipadia](https://travis-ci.org/rowanhogan/wikipadia.svg?branch=master) | ||
|
||
#### Try it out at [wikipadia.xyz](http://wikipadia.xyz). | ||
|
||
--- | ||
|
||
## Running locally | ||
|
||
The compiled app runs entirely client side, but to run it in development you'll need NPM & Gulp. | ||
|
||
Simply `yarn install` and then `yarn` to run the server. | ||
Simply `yarn install` and then `yarn start` to run the server. |