Skip to content

Commit

Permalink
docs: add initial README with dev quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Oct 16, 2019
1 parent b3e5b03 commit 899ba46
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.TXT

This file was deleted.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# slate-cbl-baxter

## Development Quickstart

From [`emergence-book/development/getting_started.html`](http://emergenceplatform.github.io/book/development/getting_started.html)

```bash
HAB_DOCKER_OPTS="-p 7080:7080 -p 3306:3306 --name baxter-studio" \
hab studio enter -D
```

Once at the studio's shell:

```bash
build /src
start-all
```

0 comments on commit 899ba46

Please sign in to comment.