Development environment for Constellation.js
Uses HTML5 Canvas to animate dots ("stars") as they fall like snowflakes and connect ones in close proximity to each other. the "stars" also grow if they are near the cursor.
- HTML ⋅⋅- Assemble/Handlebars for templating
- CSS ⋅⋅- Scss ⋅⋅- PostCSS Autoprefixer
- Javascript ⋅⋅- RequireJS ⋅⋅- Babel (ES6 Transpiling)
- Bower
- Grunt
- Clone/download repo
- Run
cp build-env.js-dist build-env.jsto make a local copy of the build environment variables - Run
npm install -g grunt-cli - Run
npm install - Run
bower install - Run
grunt - Run
grunt connect - Navigate to
localhost:4000in browser to view output - Optionally run
grunt watchto watch for changes
Submit an issue or pull request.