Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcor/hand-draw
https://github.com/fcor/hand-draw
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcor/hand-draw
- Owner: fcor
- Created: 2024-08-27T21:35:40.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T18:25:18.000Z (3 months ago)
- Last Synced: 2024-08-30T00:36:02.221Z (3 months ago)
- Language: JavaScript
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WebXR Template
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this following 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
```