Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 18, 2015
1 parent 39d64ec commit 733d694
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions site/README.md
@@ -1,22 +1,12 @@
# Run the server
React DnD website is based on the [fixed-data-table](https://github.com/facebook/fixed-data-table) website and uses its code with a permission.

The first time, get all the dependencies loaded via
View it on the web: http://gaearon.github.io/react-dnd

```
npm install
```

Then, run the server via
Run it locally:

```
npm install
npm start
Open http://localhost:8080/
```

# Publish the website

Just run the publish script, this will setup your environment if it's not already then it'll automatically build a static version of the site and publish it to gh-pages.

```
npm run site-publish
```
After it builds the static site (might take about half a minute), open http://localhost:8080/.

0 comments on commit 733d694

Please sign in to comment.