Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 509 Bytes

Europeana Media Video Editor

Created as part of the Europeana Media project

First

Install deps from project root with yarn or npm i

Start development server with:

yarn start:dev or npm run start:dev

Default port has been set to 9000. It's possible to use a different port by specifying this first like so:

EMVE_PORT=2345 yarn start:dev to start with port 2345. Same for npm just include EMVE_PORT=2345 at the beginning.

Build for production

yarn build or npm run build