Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilk-027/realistic-render-sea-turtle
https://github.com/sahilk-027/realistic-render-sea-turtle
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahilk-027/realistic-render-sea-turtle
- Owner: SahilK-027
- Created: 2024-11-21T13:02:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T12:36:30.000Z (about 2 months ago)
- Last Synced: 2025-01-01T09:34:54.016Z (7 days ago)
- Language: JavaScript
- Homepage: https://realistic-render-sea-turtle.vercel.app
- Size: 9.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realistic Render
[live](https://realistic-render-sea-turtle.vercel.app/)
## Setup
Download Node.js. Run this followed commands:
```bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Run the local server at locat ip
npm run host# Build for production in the dist/ directory
npm run build
```