Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 726 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 726 Bytes

Unofficial last.fm API documentation

This is a community initiative by members of the last.fm Discord to create better documentation for the last.fm API. Anyone is welcome to join and help create better documentation.

Running the project locally

To edit the documentation:

  1. Install mkdocs: https://www.mkdocs.org/

  2. Install mkdocs-material: https://squidfunk.github.io/mkdocs-material/getting-started/

  3. Clone the repo

  4. See a live preview using mkdocs serve

  5. Deploy using mkdocs gh-deploy

Updating your local installation (Windows)

  1. Pip (as admin!): python -m pip install -U pip

  2. Upgrade mkdocs: pip install -U mkdocs

  3. Update mkdocs-material: pip install --upgrade mkdocs-material