Skip to content

Commit

Permalink
Update deployment & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhogan committed Sep 9, 2018
1 parent b19863f commit 968eba7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
24 changes: 14 additions & 10 deletions .travis.yml
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
15 changes: 5 additions & 10 deletions README.md
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.

0 comments on commit 968eba7

Please sign in to comment.