Skip to content

type/clacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install node and npm before anything else

Install mongodb

Create clacker database and timing collection in mongo

> use clacker;
> db.createCollection('timing');

Run npm install

npm install

Start it up

npm start

Type 'there' until your fingers bleed

visit localhost:8001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published