updated setup instructions

This commit is contained in:
Peli de Halleux 2016-05-19 10:34:24 -07:00
parent 217fce953d
commit 6e6a98559c
2 changed files with 11 additions and 16 deletions

View File

@ -7,7 +7,9 @@ This target allow to program a [BBC micro:bit](https://www.microbit.co.uk/) usin
[![Build Status](https://travis-ci.org/Microsoft/pxt-microbit.svg?branch=master)](https://travis-ci.org/Microsoft/pxt-microbit)
# Getting started
## Local server
### Setup
The following commands are a 1-time setup after synching the repo on your machine.
@ -20,10 +22,16 @@ npm install -g pxt
npm install
```
After you're done, simple run this command to open a local web server:
### Running
Run this command to open a local web server:
```
pxt serve
```
To make sure you're running the latest tools, run
```
npm update
```
More instructions at https://github.com/Microsoft/pxt#running-a-target-from-localhost

View File

@ -103,19 +103,6 @@
"path": "/device"
}
],
"sideDocMenu": [
{
"name": "Getting started",
"path": "/getting-started"
},
{
"name": "Lessons",
"path": "/lessons"
},
{
"name": "Reference",
"path": "/reference"
}
]
"sideDoc": "getting-started"
}
}