Skip to content

Commit 148bf84

Browse files
committedSep 7, 2020
hovering stars demo
1 parent 7c3f6ae commit 148bf84

File tree

7 files changed

+12812
-1
lines changed

7 files changed

+12812
-1
lines changed
 

‎README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
# hovering-stars
1+
# Hovering Stars
2+
23
basic starscape to test the 2D to 3D interaction when hovering
4+
5+
## Commands:
6+
7+
`npm run start` - runs the dev server
8+
`npm run build` - creates a production version of the code
9+
`npm run docs` - generated the documentation
10+
11+
`npm run release` - builds the code and docs
12+
13+
The build is called `stars.js` and can be found in the `dist` folder after using the build command.
14+
The docs can be found in the `docs` folder, and the docs command regenerates them if you make changes.

0 commit comments

Comments
 (0)