Skip to content

TRZMlEL/little-prince-collection

Repository files navigation

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.

View the Collection

Tech Stack

Nuxt, Vue.js, GSAP, TailwindCSS, Three.js, Pages CMS

Nuxt

Vue

GSAP

TailwindCSS

Three.js

Pages CMS



Setup

Make sure to install dependencies:

npm install

Development Server

Start the development server on http://localhost:3000/little-prince-collection/:

npm run dev

Production

Generate static site for production:

npm run generate