Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 643 Bytes

File metadata and controls

38 lines (22 loc) · 643 Bytes

Workly

api extension

Chrome Extension for team dashboard in New Tab

Project setup

$ git clone https://github.com/appetis/workly.git

$ cp .env.example .env

$ npm run bootstrap

Compiles for development

$ npm run dev

Front-end

$ npm run dev:app

Back-end API

$ npm run dev:api