ashiguruma / patternomaly

Easily generate patterns for use in data graphics
MIT License
524 stars 37 forks source link

dist folder in ignore file again #11

Closed dgramma closed 6 years ago

dgramma commented 7 years ago

It seems the dist folder is part of the gitignore again. Is there any reason for that?

damienfaivre commented 7 years ago

Yeah I find it weird, I can't even execute example files… and I honestly don't know how to overpass the gitignore…

ashiguruma commented 7 years ago

Hi guys. Apologies for the silence. I will try and take a look into this.

surfjones commented 6 years ago

Any update? I too am unable to execute examples.

ashiguruma commented 6 years ago

Hi All. In order to run the examples locally you'll need to build the project. Once you've cloned you can run the following commands to get everything you need.

npm install
npm run build

This will install all required node modules and build the project. The resulting dist directory will contain the packaged file.

You can then open the example files in your browser.

ashiguruma commented 6 years ago

Closing as this requires a build. Let me know if there are any issue with building.