Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitalspace/enable3d-ammojs-svelte-example

Enable3d Ammojs Svelte Example
https://github.com/vitalspace/enable3d-ammojs-svelte-example

Last synced: 6 days ago
JSON representation

Enable3d Ammojs Svelte Example

Awesome Lists containing this project

README

        

# enable3d-ammojs-svelte-example
Enable3d Ammojs Svelte Example

![Enable3d Ammojs Svelte Example](https://github.com/vitalspace/enable3d-ammojs-svelte-example/assets/29004070/1a7da213-ac55-4bbc-8d15-03887cfe644d)

## Install & Run

```console
# download this repo
git clone https://github.com/vitalspace/enable3d-ammojs-svelte-example.git

# navigate into the directory
cd enable3d-ammojs-svelte-example

# install
npm install

# start
npm run dev

# build
npm run build

# preview
npm run view
```