Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 470 Bytes

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