Skip to content

RileyRaschke/pbmc-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbmc-web

PowerBall Monte Carlo Web Worker Demo

Demo Here!

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

Alternate Methods:

Alternatively, you can probably open index.html in your browser or drop the files under SRC under any web directory.
firefox src/index.html

Have fun!