Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vitalspace/enable3d-ammojs-svelte-example
- Owner: vitalspace
- Created: 2023-05-26T22:51:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-30T04:40:58.000Z (about 1 year ago)
- Last Synced: 2023-09-30T06:06:55.972Z (about 1 year ago)
- Language: Svelte
- Homepage: https://vitalspace.github.io/enable3d-ammojs-svelte-example/
- Size: 7.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```