Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 370 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 370 Bytes

fractal-chamber

This application imitates cloud chamber with many small particles. It's just a visual imitation and theoretical correctness is not guaranteed at all.

Screenshots

screenshot screenshot

Development

# Initial setup
npm install

# Launch development server
npm run dev

# Build
npm run build