Skip to content

Source code for the VOICE 3.0 frontend

License

Notifications You must be signed in to change notification settings

acdh-oeaw/voice-fe

Repository files navigation

voice-fe

Public URL: https://voice3.acdh.oeaw.ac.at/

This frontend uses and the voice-api endpoint. The source for this api is avaliable here. For using your own endpoint have a look at the .env file and create a .env.local to override the default settings. The source code downloads a site notice from ACDH-CH servers when built. Please adjust that code if you create your own instance.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Test run the production servers

After you ran the build step:

npm run start

Customize configuration

See Configuration Reference.