📀 bookshelves-project : Bookshelves repository
💻 bookshelves.ink: demo
📚 documentation.bookshelves.ink: documentation, if this link not work, you can check doc on this repository
Works with documentation.
npx nuxi upgrade
Setup local on http://localhost:3000 with https://bookshelves.ink API
Create .env
cp .env.example .env
Node.js dependencies
pnpm i --shamefully-hoist
Local serve
pnpm dev
Update .env
on API_URL
to use local API
API_URL=http://localhost:8000
Update .env
BASE_URL=https://bookshelves.ink
API_URL=https://bookshelves.ink
Setup build
npm run build
Launch server in SSR
npm run start
For detailed explanation on how things work, check out Nuxt.js docs.