Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lagerfeuer/bookshelf
Self-hosted reading list/book shelf using Google Books API
https://github.com/lagerfeuer/bookshelf
bookshelf nextjs vercel
Last synced: 2 days ago
JSON representation
Self-hosted reading list/book shelf using Google Books API
- Host: GitHub
- URL: https://github.com/lagerfeuer/bookshelf
- Owner: lagerfeuer
- License: gpl-3.0
- Created: 2023-01-28T17:38:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T18:27:47.000Z (8 months ago)
- Last Synced: 2024-04-06T19:31:57.507Z (8 months ago)
- Topics: bookshelf, nextjs, vercel
- Language: TypeScript
- Homepage: https://bookshelf.deutz.io
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookshelf
## Getting Started
Fork this repository and start the development server:
```bash
pnpm dev
```Adjusting metadata (like the title) and changing the books can be done by changing `metadata.json` and `books.json` in the `data/` directory.
## Build
```bash
pnpm build
```## Deploy
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/) from the creators of Next.js.
Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.But you could host it anywhere else, since this is a static site.