Skip to content

Dinify platform workspace containing the web frontends and backend.

License

Notifications You must be signed in to change notification settings

dinify/workspace

Repository files navigation

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

About

Dinify platform workspace containing the web frontends and backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published