Skip to content
/ daw Public

Mixery Digital Audio Workspace build configuration

License

Notifications You must be signed in to change notification settings

MixeryOSS/daw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixery

Free n' open source digital audio workspace for the web

This is Mixery standard configuration, which can be built by using Mixery CLI tool.

Building Mixery

You can build Mixery by using the CLI tool:

git clone https://github.com/MixeryOSS/daw
cd daw
mixerycli build

Host your Mixery build

Since Mixery doesn't require a backing server when using, you can easily deploy Mixery on static web services. Most web services allows you to host static webpages for as little as US$0.02 per month. On GitHub, it's free for all open source projects, like this one.

# Copy only necessary files
mkdir www
cp build/bundle.js www/
cp build/index.html www/
cp -r build/addons/ www/

# Run static web server
cd www
http-server

About

Mixery Digital Audio Workspace build configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published