Skip to content

sanjams2/libretorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibreTorrent Source Code

About

This is the source code for libretorrent.com

Usage

Development

Generate index.html

make build

Upload to s3 (requries aws cli profile named libretorrent)

make upload

Generate + upload

make release

Testing

Build and open index.html locally

make local