https://github.com/trzmlel/little-prince-collection
Oliwia Kurzeja's collection of The Little Prince books in different languages
https://github.com/trzmlel/little-prince-collection
books bookshelf collection gsap library literature nuxt tailwindcss the-little-prince threejs vue
Last synced: about 1 month ago
JSON representation
Oliwia Kurzeja's collection of The Little Prince books in different languages
- Host: GitHub
- URL: https://github.com/trzmlel/little-prince-collection
- Owner: TRZMlEL
- License: mpl-2.0
- Created: 2025-03-13T12:31:33.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-13T21:00:44.000Z (about 2 months ago)
- Last Synced: 2025-03-13T21:28:36.290Z (about 2 months ago)
- Topics: books, bookshelf, collection, gsap, library, literature, nuxt, tailwindcss, the-little-prince, threejs, vue
- Language: Vue
- Homepage: https://trzmlel.github.io/little-prince-collection/
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Little Prince Books Collection
This website showcases Oliwia Kurzeja’s collection of *The Little Prince* editions in various languages. Whenever she visits a new country, she buys a local edition of *The Little Prince* as a souvenir in that region’s language or dialect. Each book serves as a cherished reminder of the places she has visited.
[](https://trzmlel.github.io/little-prince-collection/)
## Tech Stack
Nuxt, Vue.js, GSAP, TailwindCSS, Three.js, Pages CMS
![]()
![]()
![]()
![]()
![]()
![]()
## Setup
Make sure to install dependencies:
```bash
npm install
```## Development Server
Start the development server on `http://localhost:3000/little-prince-collection/`:
```bash
npm run dev
```## Production
Generate static site for production:
```bash
npm run generate
```