Website for audiobookshelf https://audiobookshelf.org
Find a file
2025-06-04 16:31:10 -05:00
.vscode Update showcase to include web client demo link & new layout for screenshots 2024-11-29 16:39:17 -06:00
assets Warning Boxes 2023-02-27 00:06:24 +01:00
components Fix side nav collapse #111 2025-03-10 17:14:43 -05:00
content Merge branch 'master' of https://github.com/audiobookshelf/audiobookshelf-web 2025-06-04 16:31:10 -05:00
layouts Fix side nav collapse #111 2025-03-10 17:14:43 -05:00
pages Add download button for latest windows release 2024-12-10 09:56:50 -06:00
plugins Updates for mobile to add drawer 2024-01-07 12:43:15 -06:00
static Update showcase to include web client demo link & new layout for screenshots 2024-11-29 16:39:17 -06:00
store Add download button for latest windows release 2024-12-10 09:56:50 -06:00
.editorconfig init 2021-09-15 16:02:37 -05:00
.gitignore Add discord invite link, update to square covers 2022-02-16 19:10:26 -06:00
nuxt.config.js Updates for mobile to add drawer 2024-01-07 12:43:15 -06:00
package-lock.json Add web client demo to docs intro 2024-11-28 08:35:26 -06:00
package.json Updates for mobile to add drawer 2024-01-07 12:43:15 -06:00
README.md Update README.md for contributions 2024-05-26 08:12:35 -07:00
tailwind.config.js Fix margins 2022-12-24 12:25:32 -06:00

Audiobookshelf Website

This is audiobookshelf.org, the install guide and documentation for audiobookshelf.

Contributing

This is a static Nuxt.js site using TailwindCss for styling and PrismJs for syntax highlighting.

To contribute to this website, make a fork and open a Pull Request. :)

To run the website locally, clone the repository and use the following commands:

Required:

git clone https://github.com/audiobookshelf/audiobookshelf-web.git
cd audiobookshelf-web

Install necessary NPM packages with

npm install

To run a local, dynamically updating development version of the website at http://localhost:3000 use

npm run dev

Happy coding!