Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit ef84070

Browse files
committedJun 28, 2015
updating the README with the exact steps that one needs to perform in order to gain a running instance of freeboard once cloning the repository
1 parent cabdf90 commit ef84070

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ The code here is the client-side portion of what you see when you visit a freebo
2525

2626
Freeboard can be run entirely from a local hard drive. Simply download/clone the repository and open index.html. When using Chrome, you may run into issues with CORS when accessing JSON based APIs if you load from your local hard-drive— in this case you can switch to using JSONP or load index.html and run from a local or remote web server.
2727

28+
1. git clone https://github.com/Freeboard/freeboard.git
29+
2. npm install
30+
3. grunt
31+
32+
Then run a index.html or index-dev.html through a webserver.
33+
2834
### API
2935

3036
While freeboard runs as a stand-alone app out of the box, you can augment and control it from javascript with a simple API. All API calls are made on the `freeboard` singleton object.

0 commit comments

Comments
 (0)
This repository has been archived.