Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.09 KB

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/.