Skip to content

Latest commit

 

History

History
executable file
·
35 lines (26 loc) · 383 Bytes

README.md

File metadata and controls

executable file
·
35 lines (26 loc) · 383 Bytes

Worxstr

Frontend application

Setup

Install dependencies

yarn install

Development

yarn serve

E2E Testing (Cypress)

yarn run e2e

Production

yarn build

To build for mobile device or emulator:

npx cap sync
npx cap run

Customize configuration

See Configuration Reference.