Skip to content

Commit

Permalink
[WIP] React re-write using create-react-app
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhogan committed Sep 8, 2018
1 parent d4bf412 commit f9c3b23
Show file tree
Hide file tree
Showing 55 changed files with 8,510 additions and 19,979 deletions.
17 changes: 13 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
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*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ before_script:
- 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 f9c3b23

Please sign in to comment.