Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ellyeroms7/threejsshaders
https://github.com/ellyeroms7/threejsshaders
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ellyeroms7/threejsshaders
- Owner: EllyEroms7
- Created: 2025-01-09T17:54:40.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-09T21:53:22.000Z (about 1 month ago)
- Last Synced: 2025-01-09T22:45:07.026Z (about 1 month ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:```bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev```