Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pianonate/metallic
metallic materials
https://github.com/pianonate/metallic
Last synced: about 2 months ago
JSON representation
metallic materials
- Host: GitHub
- URL: https://github.com/pianonate/metallic
- Owner: pianonate
- Created: 2023-10-13T00:48:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T14:16:11.000Z (about 1 year ago)
- Last Synced: 2023-10-15T23:20:46.932Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://metallic-psi.vercel.app
- Size: 8.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Journey
## 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# Build for production in the dist/ directory
npm run build
```