- run
yarn
to install all dependencies
You can run all commands in development using yarn dev -- <command>
. Examples:
yarn dev -- --help
to see all available commandsyarn dev -- code:push
to deploy your code
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)