Skip to content

geocollections/geokirjandus

Repository files navigation

Geokirjandus

Public facing website meant for browsing and referencing literature in the SARV database.

Setup

Look at the Nuxt 3 documentation to learn more.

Make sure to install the dependencies:

npm install

Development Server

Start the development server on http://localhost:3000:

npm run dev

Production

Build the application for production:

npm run build