This is a template for making a complexity explorable. The template can be used to create a new complexity explorable. This template implements the Vicsek Model.
npm install @explorables/explorable_template[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
[![CC BY 4.0][cc-by-shield]][cc-by]
This is a template for making a complexity explorable. The template can be used to create a new complexity explorable. This template implements the Vicsek Model.
The explorable is part of the Complexity Explorables Collection. For more information about the system and its behavior consult the explorable
> “Explorable Title” - Explorable Subtitle
If you just want to run the explorable you can Click here.
If you want to run a local copy without having to rely on the nasty internet, the best way
is to install it via npm:
``shell`
mkdir explorable_template
cd explorable_template
npm init -y
npm install @explorables/explorable_template
npx http-server node_modules/@explorables/explorable_template/dist/
If you want to embed the explorable in your site, you need to do three things:
1. load the explorable package via
...
...