Go to file
2018-03-31 01:07:44 -04:00
src Initial commit: webpack building a blank canvas 2018-03-31 01:07:44 -04:00
.eslintrc.js Initial commit: webpack building a blank canvas 2018-03-31 01:07:44 -04:00
.gitignore Initial commit: webpack building a blank canvas 2018-03-31 01:07:44 -04:00
index.html Initial commit: webpack building a blank canvas 2018-03-31 01:07:44 -04:00
LICENSE.txt Initial commit: webpack building a blank canvas 2018-03-31 01:07:44 -04:00
package-lock.json Initial commit: webpack building a blank canvas 2018-03-31 01:07:44 -04:00
package.json Initial commit: webpack building a blank canvas 2018-03-31 01:07:44 -04:00
README.md Initial commit: webpack building a blank canvas 2018-03-31 01:07:44 -04:00
webpack.config.js Initial commit: webpack building a blank canvas 2018-03-31 01:07:44 -04:00

Transport

A generative art project in progress.

Development

Clone the repo and then run:

npm install
npm start

Then visit http://localhost:8888 in your browser to view the development build. Edit files in /src and see the changes reflected in the browser.

Test

No tests right now. But, to run lint checks:

npm run lint

Deploy

Run:

npm run build
npm run deploy