Skip to content

Listen2gether/Listen2gether.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Listen2gether

Web deployment Test

Sync your listens on ListenBrainz and Last.fm with other people.

Currently deployed at https://listen2gether.github.io/.


How to compile:

Requirements:

  • Nim
  • Dart Sass
  • HTMLMinifier & UglifyJS (optional)

Run the following commands:

nimble sass           ## builds the Sass resources
nimble buildjs        ## builds the app js
nimble minify         ## minifies the html and js (optional)
nimble prep           ## creates app html routes
nimble docs           ## generates documentation
nim r src/server.nim  ## runs the dev webserver

Documentation:

Available at https://listen2gether.github.io/docs/.