An interactive diary based on Andrew Carnegie's book called Round The World, published in 1879.
My first project at Contentful.
Made with:
- Sveltekit
- MapLibreGL JS for map rendering
- Watercolor Map tiles by Stamen Design, under CC BY 3.0
- Contentful to manage the daily entries
- SCSS for styles
The book is in the public domain, you can download it for free:
Once you've created a project and installed dependencies with npm install
, start a development server:
npm run dev
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.