Skip to content

mdatsev/simulation-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simulation-station

Setting up for development

Install rollup dependencies

npm install

Building

Run rollup

npx rollup -c rollup.config.esm.js

You can supply custom config file

Examples

To run the examples you need an http server. Run it in the top-level directory.

With node:

npm install http-server -g
http-server

or if you want live reload:

npm install live-server -g
live-server

With python 3:

python3 -m http.server

some running examples mdatsev.github.io/simulation-station/

About

i can build a simulation on my simulation station

Resources

Stars

Watchers

Forks

Packages

No packages published