https://github.com/kanocomputing/tapcode
https://github.com/kanocomputing/tapcode
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanocomputing/tapcode
- Owner: KanoComputing
- Created: 2017-09-06T09:39:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T09:48:17.000Z (over 7 years ago)
- Last Synced: 2025-01-13T12:45:53.275Z (over 1 year ago)
- Language: HTML
- Size: 1.8 MB
- Stars: 1
- Watchers: 21
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [Node.js](https://nodejs.org)
- [Bower](https://bower.io)
### Installation
```shell
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
```shell
npm run serve
```
..and open your browser at [http://localhost:8081](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