Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 584 Bytes

File metadata and controls

27 lines (18 loc) · 584 Bytes

The Ideal Gas Law Simulator

An interactive simulation designed and built for teachers and students.

Screenshot

Running Locally

A pre-built version of the source is included in this repository. Simply open index.html in a web browser to run.

Developing

Make sure you have Node.js installed.

Installing dependencies and starting dev server:

npm install
npm run dev

Building from source:

npm run build

License

This project is licensed under the MIT License - see the LICENSE file for details.