Skip to content

Commit

Permalink
Update README.md.template
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy Brauner authored Nov 29, 2023
1 parent e75830d commit c492424
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions cli/tasks/setup/templates/README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ apps
└- front ⬅ chersite frontend starter
```

## Production requirements

- [node](https://nodejs.org/en)
- ...

## Local development

### Installation
Expand All @@ -37,23 +32,23 @@ docker compose exec node /bin/bash
- Install node dependencies for the root project and install dependencies for all apps:

```shell
npm run init
npm i
```

### Development

Start the dev server from the root folder:

```shell
npm run dev:front
npm run front:dev
```

### Build

Build the app on your machine:

```shell
npm run build:front
npm run front:build
```

## Deployment
Expand Down

0 comments on commit c492424

Please sign in to comment.