Skip to content

Gadiguibou/n-body-system-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-body simulation

To learn more about this project read the "About" page.

Installation

Install the project dependencies with npm install.

Running a development server

Use the following to run a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

Build the website for production with the following:

npm run build

You can preview the built app with npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.

You may need to install an adapter for your target environment before deploying.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

A simple interactive n-body simulation: https://n-body.glcrx.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published