Skip to content

allmaps/tabula-peutingeriana

Repository files navigation

Tabula Peutingeriana

Side-by-side view of the Tabula Peutingeriana and OpenStreetMap.

Source data and IIIF Image taken from the Omnes Viae project. See this notebook for more information.

Inspired by:

Developing

Once you've created a project and installed dependencies with pnpm install or, start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.