Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 535 Bytes

Updating ampache.org-api

This website is built using Docusaurus 2, a modern static website generator.

Requirements

  • npm/node

How to

  • Clone this repo
  • Run npm install / npm update
  • Make changes to the files in the /docs/ folder
  • Build npm run build
  • Copy the /build folder to the /api folder in ampache.github.io
    • cp -rfv ./build/* ../ampache.github.io/api/
  • Commit to this repo and ampache.github.io after changes