Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.08 KB

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.