Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 536 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 536 Bytes

Sim Template (Vite)

This is a template for creating a new SceneryStack simulation using the Vite bundler.

Getting Started

  1. Clone this repository

  2. Install dependencies

npm install
  1. Start the development server
npm start
  1. Open your browser to http://localhost:5174/

Building for Production

To build your simulation for production, run:

npm run build

This will create a dist folder containing your bundled simulation.