Skip to content

scenerystack/sim-template-vite

Repository files navigation

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.

About

SceneryStack simulation template bundled with Vite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published