Skip to content

A sample time-tracking app built using Riot.js and Firebase.

Notifications You must be signed in to change notification settings

6stringbeliever/riot-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riot Time

A simple time-tracking app based on Riot.js and Firebase.

Setup

  1. Create a new Firebase database project to use.
  2. Create a new config.js file in dev\js in this format:
// Initialize Firebase
var config = {
  apiKey: "from firebase",
  authDomain: "from firebase",
  databaseURL: "from firebase",
  storageBucket: "from firebase",
  messagingSenderId: "from firebase"
};

export default config;
  1. npm install
  2. gulp serve

About

A sample time-tracking app built using Riot.js and Firebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published