Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 446 Bytes

DEVELOPMENT.md

File metadata and controls

12 lines (9 loc) · 446 Bytes

How to develop in this project

Setup

  • run yarn to install all dependencies

Running commands

You can run all commands in development using yarn dev -- <command>. Examples:

  • yarn dev -- --help to see all available commands
  • yarn dev -- code:push to deploy your code

For monday devs

In case you need to work against our dev env in Okteto, copy the .env.example file to .env (mind the APPS_DOMAIN env variable there)