Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 234 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 234 Bytes

yearlink_app

Development

Run runtime build on local.

npm run start

Staging

Run compiled build on local.

npm run stage

Release

Build and deploy production release.

npm run release:production