Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratikpaudel/american-band-dad
https://github.com/pratikpaudel/american-band-dad
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pratikpaudel/american-band-dad
- Owner: PratikPaudel
- Created: 2023-10-12T01:04:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T09:20:35.000Z (about 1 year ago)
- Last Synced: 2023-11-01T09:24:29.361Z (about 1 year ago)
- Language: TypeScript
- Size: 8.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Threejs + GSAP + WEBGi
(https://www.youtube.com/watch?v=mpTZbJPYZas) or on the image to visit the Free course on Youtube.
## Getting started
First install the dependencies:
```bash
npm install
```To run the project in development mode:
```bash
npm run dev or (npm start)
```
Then navigate to [http://localhost:1234/index.html](http://localhost:1234/index.html) in a web browser to see the default scene in a viewer.The assets are stored in the `assets` directory.
To build the project for production:
```bash
npm run build
```## Documentation
About webgi: [https://webgi.xyz/](https://webgi.xyz/)
For the latest version and documentation: [WebGi Docs](https://webgi.xyz/docs/).
## License
For license and terms of use, see the [SDK License](https://webgi.xyz/docs/license).