Skip to content

SlovakNationalGallery/stex-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12b56d9 · Aug 27, 2024

History

23 Commits
Aug 20, 2024
Jun 25, 2024
Jul 4, 2024
Aug 15, 2024
Aug 15, 2024
Jun 25, 2024
Jun 25, 2024
Jun 25, 2024
Jun 25, 2024
Jun 25, 2024
Jun 25, 2024
Aug 27, 2024
Aug 15, 2024
Aug 15, 2024
Aug 15, 2024
Aug 15, 2024
Jun 25, 2024
Jun 25, 2024

Repository files navigation

Stex Reader

License: MIT

Allow SNG visitors to browse through documents on a tablet.

Screen Shot 2024-08-27 at 11 01 33

Development

Look at the Nuxt 3 documentation to learn more.

Setup

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

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.