Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abernier/r3f-rapier-joints


https://github.com/abernier/r3f-rapier-joints

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Try on: [Codespace](https://github.com/codespaces/new?template_repository=abernier%2Ftpl-react-three) | [CodeSandbox](https://codesandbox.io/s/github/abernier/tpl-react-three)

# INSTALL

Pre-requisites:

- Node

```sh
$ npm ci
```

# Dev

```sh
$ npm run dev
```

# Build

```sh
$ npm run build
```

## Deploy

Pre-requisites:

- Make sure you have Github Pages set to `Github Actions` in your [project's Settings](/../../settings/pages)

A Github Actions [deploy](.github/workflows/deploy.yml) task will build and deploy to `https://{username}.github.io/{reponame}` when pushing on `main`.