Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 686 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 686 Bytes

Photobook Editor

Development

Environment

Install:

Install dependencies

cd photobook-editor
yarn install

Build

yarn build

Start the application

yarn start

Comands

See ./package.json.

# Run less compiler to build styles:
yarn build-styles
# Run Typescript compiler to build the server
yarn build-server
# Run Typescript compiler to build the client
yarn build-app
# Cleanup packaging output
yarn clean-dist
# Build AppImage package to dist
yarn pack
# Build AppImage and Snap packages
yarn dist