All Projects β†’ madou β†’ Armory App

madou / Armory App

Licence: bsd-3-clause-clear
πŸ›‘ Guild Wars 2 Armory | gw2armory.com

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects
flow
126 projects
es2015
71 projects

Projects that are alternatives of or similar to Armory App

Slidecontrol
Slidecontrol enables you to control your slides with your phone πŸ“±
Stars: ✭ 30 (-57.14%)
Mutual labels:  progressive-web-app
Pushkit
All the required components to set up independent web push notifications 🎈
Stars: ✭ 45 (-35.71%)
Mutual labels:  progressive-web-app
Expenses
πŸ’°Expense tracker using Google Sheets πŸ“‰ as a storage written in React
Stars: ✭ 1,105 (+1478.57%)
Mutual labels:  progressive-web-app
Readerfront
A comic CMS
Stars: ✭ 34 (-51.43%)
Mutual labels:  progressive-web-app
Blog Pwa
An experiment in mixing Hugo, lit-element, and Polymer PRPL into a progressive web app blog.
Stars: ✭ 41 (-41.43%)
Mutual labels:  progressive-web-app
Parcel Plugin Sw Cache
πŸ“¦πŸ‘· Parcel plugin for caching using a service worker
Stars: ✭ 45 (-35.71%)
Mutual labels:  progressive-web-app
Pwapp Demo
A very simple progressive web app demo that will help you get started.
Stars: ✭ 13 (-81.43%)
Mutual labels:  progressive-web-app
Wordpress Progressive Web Apps
WordPress Mobile Plugin including a Progressive Web App implemented with React
Stars: ✭ 64 (-8.57%)
Mutual labels:  progressive-web-app
Sort Visualizer
This is a web app built to visualize classic sorting algorithms such as insertion sort, merge sort, quick sort, heap sort, etc. The entire app is built with only React; no other third-party JS or CSS library has been used.
Stars: ✭ 41 (-41.43%)
Mutual labels:  progressive-web-app
Cloudflare Worker Preact Pwa
Cloudflare worker running a Preact Progressive Web App
Stars: ✭ 57 (-18.57%)
Mutual labels:  progressive-web-app
Qr Code Scanner
πŸ“  A simple, fast and useful progressive web application
Stars: ✭ 982 (+1302.86%)
Mutual labels:  progressive-web-app
Whack A Mole
Offline-first arcade game for children
Stars: ✭ 40 (-42.86%)
Mutual labels:  progressive-web-app
Nextjs Hn
A Hacker News Progressive Web App built using Next.js
Stars: ✭ 53 (-24.29%)
Mutual labels:  progressive-web-app
Alumna
[Alpha release of v3] Development platform for humans / Plataforma de desenvolvimento para humanos
Stars: ✭ 32 (-54.29%)
Mutual labels:  progressive-web-app
React Adventure
β›° React high-ending architecture & patterns ready for use. Made for big and small projects. PWA Ready.
Stars: ✭ 62 (-11.43%)
Mutual labels:  progressive-web-app
Fuel Price
β›½ Check fuel prices daily in most of the states in India
Stars: ✭ 20 (-71.43%)
Mutual labels:  progressive-web-app
Pwa Workshop Angular Firebase
Build a production ready PWA with Angular and Firebase! This workshop consists of multiple steps for producing a PWA by transforming a regular web app - Ionic Conference App into a PWA, finally deploying it to Firebase.
Stars: ✭ 45 (-35.71%)
Mutual labels:  progressive-web-app
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (+0%)
Mutual labels:  progressive-web-app
Deckdeckgo
The web open source editor for presentations
Stars: ✭ 1,117 (+1495.71%)
Mutual labels:  progressive-web-app
Bikedeboa
A (Progressive) Web App to find, map and review bike parkings in the cities of Brazil.
Stars: ✭ 54 (-22.86%)
Mutual labels:  progressive-web-app

Guild Wars 2 Armory

Build Status Dependencies Dev Dependencies codecov Discord

Guild Wars 2 Armory is an easy way to find, view, and share users, characters, and guilds with your friends on your mobile and PC! Join today and start sharing!

Quick Start

git clone https://github.com/madou/armory-app.git
cd armory-app
yarn install # See https://yarnpkg.com/lang/en/docs/install/
cp src/config/local.sample.js src/config/local.js # local.js isn't checked in so you'll have to make one yourself.

Testing

Run tdd for unit tests.

npm run tdd

Run dev for development and start for production.

Website

npm run dev
npm start

Embeds

Run dev:embeds for development and start:embeds for production.

npm run dev:embeds
npm run start:embeds

Notes for Local Development

  • When locally make sure you add a local.js to the src/env/ folder. Look at local.sample.js for help. This isn't checked in deliberately so we can play with local settings without affecting git history.
  • If needed you can get the api over at armory-back. You will have to update your config/local.js to point to localhost if running the api locally.
  • We use pre-commit to run commands before checking in. This will run npm test which covers linting, flow errors, and tests.

Deployments

To gw2armory.com

When a tagged commit is found a release to production is triggered in Travis.

To get a tagged commit run the following command in master:

npm version major|minor|patch

This will increment the version, update CHANGELOG.md (anything under Unreleased will be moved to a version), and push commits/tags to git.

To preview.gw2armory.com

Standard npm version is used for deployments.

Redux Dev Tools

Enabled in dev mode only, go install the extension and then open it while running the armory locally.

Pull Requests

Feel like contributing? Look at the issues tab (or below in quick issues), or contact me on twitter for help to find something you'd like to work on. Make a pull request against master when you're ready to share your code!

Quick Issues

Β© 2015-present gw2armory.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].