Initial commit: webpack building a blank canvas

This commit is contained in:
2018-03-31 01:07:44 -04:00
commit 391182251c
10 changed files with 12980 additions and 0 deletions

32
README.md Normal file
View File

@@ -0,0 +1,32 @@
# 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
```