Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 291 Bytes

File metadata and controls

33 lines (21 loc) · 291 Bytes

MERJ-APP

Development

  1. Clone the project.

  2. Install dependencies.

yarn
  1. Run the project.
yarn run dev

With BrowserSync

yarn run browser-sync

Deployment

NOTE:

Please update the ./src/config/app db_url as needed.

yarn run deploy