Skip to content

vercel-support/00320850-libx

 
 

Repository files navigation

libx

A music library export tool.

Usage

Check it out at libx.stream

Dependencies

Development

This project bundles the React Vite project with the Flask backend server in order to prevent having to run two servers for the frontend and the backend.

Use watch to reload yarn assets on an interval.

cd www/libx && watch -n 5 yarn build

Run the Flask development server - which will serve the frontend.

ENV=development FLASK_APP=libx/app.py FLASK_RUN_HOST=127.0.0.1 FLASK_RUN_PORT=5000 flask run --reload

About

Music library export tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 51.5%
  • Python 44.9%
  • JavaScript 2.4%
  • HTML 1.2%