Giter VIP home page Giter VIP logo

moltres-template's Introduction

moltres

Your application!

This application is built on the moltres application framework.

An app built using moltres is a full fledged mobile app (iOS and Android) as well as web app.

Project Status

license build status codecov

Getting Started

Setup your firebase application on https://firebase.google.com/

Creating a new application

  • Create a new repository on github using this repo as the template.
  • Modify the application name in package.json
  • Follow the steps in DEVELOPMENT.md to get your application running.

Updating your application with changes from template

  • Add this repo as a remote to your repo
git remote add template https://github.com/brianneisler/moltres-template.git
  • Then fecth master from template
git fetch template master
  • checkout a new branch in your project
git checkout -b updates-from-template
  • merge template master and allow for different hostories
git merge template/master --allow-unrelated-histories
  • Now you can either open a PR for these updates by pushing this branch remotely and opening a PR on github

  • OR you can merge your branch into master

git checkout master
git merge updates-from-template

moltres-template's People

Contributors

brianneisler avatar dependabot[bot] avatar phdodo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

moltres-template's Issues

indexedValueMatchesAfter in rules only supports strings

Currently the indexed value is stored in the path which results in the values being converted to strings. These values are not reconverted into their original data types when comparing the index values using indexedValueMatchesAfter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.