Skip to content

Commit

Permalink
Merge pull request #1 from rowanhogan/create-react-app
Browse files Browse the repository at this point in the history
React rewrite
  • Loading branch information
rowanhogan authored Sep 8, 2018
2 parents d4bf412 + 813e015 commit 1b75bbf
Show file tree
Hide file tree
Showing 65 changed files with 10,034 additions and 19,724 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "react-app"
}
18 changes: 14 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
dist
build
node_modules
coverage
tmp
.publish
dist/
dist/*
node_modules/
node_modules/*
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
src/styles/*.css
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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 -g gulp
- npm install
script:
- gulp deploy
- npm run deploy
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [![WikiPadia](https://res.cloudinary.com/rowanhogan/image/upload/c_scale,h_60/v1456251436/logo_z2plre.png)](http://wikipadia.xyz)
# [![Wikipadia](https://res.cloudinary.com/rowanhogan/image/upload/c_scale,h_60/v1456251436/logo_z2plre.png)](http://wikipadia.xyz)

_WikiPadia_ is a beautiful, customisable Wikipedia reader. It was specifically built for leisurely, late-night reading on an iPad.
_Wikipadia_ is a beautiful, customisable Wikipedia 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.

Expand All @@ -14,4 +14,4 @@ The inverted theme allows for better night/low-light reading by re-inverting and

The compiled app runs entirely client side, but to run it in development you'll need NPM & Gulp.

Simply `npm install` and then `npm start` to run the server.
Simply `yarn install` and then `yarn` to run the server.
Binary file removed app/images/app-icons/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed app/images/app-icons/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed app/images/app-icons/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed app/images/app-icons/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed app/images/app-icons/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed app/images/app-icons/apple-touch-icon-57x57.png
Binary file not shown.
Binary file removed app/images/app-icons/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed app/images/app-icons/apple-touch-icon-72x72.png
Binary file not shown.
Binary file removed app/images/app-icons/apple-touch-icon-76x76.png
Binary file not shown.
57 changes: 0 additions & 57 deletions app/images/cross.svg

This file was deleted.

Binary file removed app/images/icon.png
Binary file not shown.
51 changes: 0 additions & 51 deletions app/images/menu.svg

This file was deleted.

52 changes: 0 additions & 52 deletions app/images/search.svg

This file was deleted.

26 changes: 0 additions & 26 deletions app/images/settings.svg

This file was deleted.

119 changes: 0 additions & 119 deletions app/index.html

This file was deleted.

Loading

0 comments on commit 1b75bbf

Please sign in to comment.