mysamai / mysam

An open "intelligent" assistant for the web that can listen to you and learn.
https://mysamai.com
GNU General Public License v3.0
621 stars 65 forks source link

Missing lib/ folder #14

Closed FliiFe closed 8 years ago

FliiFe commented 8 years ago

Hi. First of all, sorry for being so invasive today.

When you clone the repo and try to test, lib/server is not found. In fact, it's not there.

(I had to copy it from the npm-created folder in _/usr/lib/nodemodules/mysam)

daffl commented 8 years ago

Before starting the application you have to run npm run compile to transpile the source. If you make multiple changes you can also run npm run compile:watch.

daffl commented 8 years ago

I will add it to the docs today.

FliiFe commented 8 years ago

Oh, thanks. I don't think it's mentionned anywhere...

daffl commented 8 years ago

It is mentioned now at https://github.com/daffl/mysam#developing