](https://www.anychart.com)
## AnyStock Big Data Speed Test
+
Our JavaScript charts support rendering thousands of data points in milliseconds. Run a speedtest or try real-time live data streaming.
[
](https://www.anychart.com/solutions/big-data-speed-test/)
## Modifying source code
+
There are two possible options of modifying demo source code, [using Node.js and npm](#using-nodejs-and-npm)
and [with no additional requirements](#with-no-additional-requirements).
Please, ensure you have all [requirements](#installing-requirements) installed before running.
-Then, to run demo with Node.js and npm, use following commands:
-```
+
+### Download the project
+
+```bash
git clone git@github.com:anychart-solutions/big-data-speed-test.git
cd big-data-speed-test
-gulp
+```
+
+### Install the project dependencies
+
+```bash
+yarn
+```
+
+### Run the project for development (with hot-reload)
+
+```bash
+yarn dev
```
Now, when all environment is up and running, you may use following instructions to modify source code:
-* To modify demo stylesheets, edit `src/sass/*.scss` files.
-* To modify demo JavaScript, edit `src/js/*.js` file.
-* To modify demo markup, edit `src/index.html` file.
+
+- To modify demo stylesheets, edit `src/styles/*.scss` files.
+- To modify demo JavaScript, edit `src/scripts/*.js` file.
+- To modify demo markup, edit `public/index.html` file.
### With no additional requirements
+
This option doesn't require Node.js and npm installation.
Also it imposes some limitations on demo source code modification process.
-* To run the demo, please, open index.html page.
-* To modify demo stylesheets, please add your own `