conversational-interfaces / dms-compiler

Compiles DM Script to DMPL JSON
https://w3c.github.io/dms/
5 stars 0 forks source link

Help with getting started #5

Closed cjneely10 closed 4 years ago

cjneely10 commented 4 years ago

Good morning/afternoon,

Very interesting concept, I am curious to learn more.

I apologize if my following question has an obvious solution that I missed. After cloning this repository, moving into its directory, and running yarn, does a folder named bin automatically generate?

Currently, after I run yarn (and get 3 warnings), a node_modules directory is created. This directory does contain an inner directory named .bin, but the .bin directory does not contain the file compile.

Thank you for your assistance. Happy Holidays!

BinRoot commented 4 years ago

You're absolutely right, I forgot to include bin/compile. Latest commit fixes this issue.