Skip to content

Digital tap list application using Contentful CMS

Notifications You must be signed in to change notification settings

TheFunkyMonk/tapdat

Repository files navigation

tapdat

Synopsis

tapdat is a digital tap list application, powered by Contentful.

Features

Development

See the Trello board for current design and development tasks.

Periodic builds will be deployed to tapdat.rjlacount.com.

Installation

Contentful

Configuration

  • Before running the app, you'll need to create your own config.js including your Contentful Access Token, Space ID, and number of taps in your setup. This file is not tracked, to keep API keys private.

app/scripts/config.js

var myAccessToken = 'your-token',
    mySpaceId = 'your-space-id',
    tapCount = 4;

Running the app

  • Run gulp serve to preview and watch for changes
  • Run gulp to build your webapp for production

Contributors

Just let me know if you'd like to contribute!

License

Licensed under the GPL 3.0. You are encouraged to link back to my web site, and/or this GitHub repository if you find this at all useful.

About

Digital tap list application using Contentful CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published