Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 958 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 958 Bytes

Tapcode

Tapcode is a creative-code web-app with a mobile-first design. Users can code with a set array of code snippets to draw on a HMTL5 canvas directly beneath the code editor.

Getting Started

Prerequisites

Installation

npm install
bower install
  • npm will install the build- and test dependencies into the node_modules directory
  • bower will install the front end dependencies into the bower_components directory

Development

The project is a single-page application. To serve the app folder, run

npm run serve

..and open your browser at http://localhost:8081

In development mode, the intro screen and typing animations are shortened. You can control this with the Kano.Tapcode.Config.DEBUG property in src/config/development.html