Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 834 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 834 Bytes

Description to be completed.

  1. Install the dependencies.

    # Make sure you have the build deps installed!
    $> npm install
  2. Run build

    Acceptable scripts are: [ build, build:front, build:back ]

    The second argument is the mode: [ dev, prod, release ]

    Here is the recommended command for most users: (See Build Arguments for more details)

    # release uses user directories for data / config,
    # e.g ~/.config/go-music/ and ~/.local/share/go-music/
    $> npm run build release