A new Dutch Golden Age artwork delivered every day!
# install dependencies
yarn install
# serve with hot reload at localhost:3000
yarn dev
# or
yarn serve
# build for production and launch server
yarn build
yarn start
# generate static project
yarn run generateThe photos of artwork are generated in different sizes for use at different screen sizes. To generate the photos run:
yarn generate:imagesPhotos will be run through imagemin when generated.
This repo uses commitizen to standardize git commits. To run commitizen run:
yarn gitcommitand follow to CLI prompts.
yarn test:unityarn devand wait for dev server to start
yarn dev:e2eyarn build && yarn startand wait build and dev server to start
yarn test:e2e