Coder Social home page Coder Social logo

minne's Introduction

This is Minne (name tbd).

Minne is a helpful and easier-to-use calendar that provides you with:

  • All your events, to-dos and notes in one place
  • Easy overview of your free time
  • Daily reminder of your weekly goals

On Android, you can [download the app here][https://rink.hockeyapp.net/apps/09e9a38ac0de43d596e45fdaa31687fe].

On iPhone, or if you don't want to install an app, you can [use the web version here][https://minne.linkely.co/].

Setup

After checkout, install the git hooks:

./install-hooks.sh

Build

To build a signed apk (for release in HockeyApp, for example):

ionic cordova build --prod --release android -- -- --keystore=calico.keystore --alias=minne

The password is secret, but you can probably guess it ;)

Configure

Make sure to configure the function environment

firebase functions:config:set \
  google.client_id="CLIENT_ID" \
  google.client_secret="CLIENT_SECRET" \
  google.redirect_url="https://example.firebaseapp.com/__/auth/handler"

Deploy

To deploy both functions and to https://minne.linkely.co

firebase deploy

If you only want to deploy functions

firebase deploy --only functions

Make sure dependencies are installed first, since functions need to compile Typescript.

cd functions
npm install

minne's People

Contributors

andrelaszlo avatar hnarjis avatar

Watchers

James Cloos avatar  avatar

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.