ruiqimao / qmkbuilder

Online GUI for QMK Firmware
http://kbfirmware.com
GNU General Public License v3.0
383 stars 123 forks source link

Did you forget to check in local.js? #3

Closed NoahAndrews closed 7 years ago

NoahAndrews commented 7 years ago

Both on Windows and Debian, npm run build produces this error: errorify: Error: Cannot find module './local' from '/home/noah/qmkbuilder/src/const'. It appears there should be a file called local.js in src/const, but there is none.

ruiqimao commented 7 years ago

There should be a local.json file in src/const that contains the URLs for the server /build route and the path to the folder of presets. I'll update that in the README.

NoahAndrews commented 7 years ago

Ah, gotcha. Thanks.

ruiqimao commented 7 years ago

It was left out on purpose because, well, every system has a different configuration. I've updated the README, so you should be able to create that file now.

NoahAndrews commented 7 years ago

Sounds good, closing.