Skip to content

Commit

Permalink
Update README with development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rjehangir authored and rafaellehmkuhl committed Jul 28, 2023
1 parent 1b77a1c commit e0fa30a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# cockpit
# Cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.

# Development

Cockpit is typically installed as an Electron application or BlueOS Extension, but for development purposes it is valuable to run it locally. To do so, you can install the dependencies with:

```
yarn install
```

and then run the server locally with:

```
yarn dev --host
```

Then you should see a prompt with the local IP and port that can be accessed through a browser, such as `localhost:5173`.

0 comments on commit e0fa30a

Please sign in to comment.