Skip to content

janstuemmel/igloo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

igloo

A tiny torrent tracker

Usage

For development, make sure you have sqlite3 installed.

# install dependencies
npm i

# start development server
# open http://localhost:8080
npm start

# start tests
npm test

# drop database
npm run dropdb