Skip to content

Commit

Permalink
remove .env from git
Browse files Browse the repository at this point in the history
  • Loading branch information
gregra81 committed Oct 24, 2023
1 parent 7d2866f commit db1075c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# How to develop in this project

## Setup
- run `npm install` to install all dependencies
- run `yarn` to install all dependencies

### Running commands
You can run all commands in development using `npm run dev -- <command>`. Examples:
- `npm run dev -- --help` to see all available commands
- `npm run dev -- code:push` to deploy your code
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)

0 comments on commit db1075c

Please sign in to comment.