This is a template for creating a new SceneryStack simulation using the Parcel bundler.
-
Clone this repository
-
Install dependencies
npm install
- Start the development server
npm start
- Open your browser to http://localhost:1234
To build your simulation for production, run:
npm run build
This will create a dist
folder containing your bundled simulation.