pbmc-web
PowerBall Monte Carlo Web Worker Demo
Local Demo
git clone https://github.com/RileyR387/pbmc-web
cd pbmc-web
If live-server is in your path:
npm run start
## OR
live-server ./src/
If node/npm is present:
# Load live server dev depenc
npm i
npm run start
Alternatively, you can probably open index.html in your browser or drop the files under SRC under any web directory. Alternate Methods:
firefox src/index.html
Have fun!