Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add guide on how to run dev server
  • Loading branch information
wazabii8 committed Mar 9, 2026
commit aab96bb881e0fe6e5b8247d7f12bd461f48bcbcd
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,12 @@ composer create-project maplephp/maplephp my-app
cd my-app
````

Run the CLI:
Run the MaplePHP development server:

```bash
./cli
./maple serve
```

## Usage

Typical commands:

```bash
./cli list
./cli run --arg=1
./cli help
```


## Project Structure

Example structure:
Expand Down