mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-06-20 19:35:40 +02:00
Website for audiobookshelf
https://audiobookshelf.org
.vscode | ||
assets | ||
components | ||
content | ||
layouts | ||
pages | ||
plugins | ||
static | ||
store | ||
.editorconfig | ||
.gitignore | ||
nuxt.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.js |
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:
- Node.js (version 20)
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!