Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 716 Bytes

File metadata and controls

44 lines (32 loc) · 716 Bytes

Dinify frontend

How to get started

git clone git@github.com:dinify/workspace.git
yarn global lerna
lerna bootstrap

lerna bootstrap will install and link dependencies of all packages

Available scripts

Replace package with one of the following: admin, app, waiter, dash, landing, functions

# Start development server
yarn package:dev

# Build and deploy package to production
yarn package:deploy

# Build a package
yarn package:build

# Run tests on a package
yarn package:test

# Deploy all deployable packages
yarn deploy

# Build all packages
yarn build

# Run tests on all packages
yarn test

How to push changes

git add ...
git commit ...
lerna version