You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please could you update the documentation so it is easier to comprehend what this repo is supposed to do, especially if one is a non-developer such as me.
The text was updated successfully, but these errors were encountered:
So, I've done
make dist
andmake
but am not seeing how to run Hologram locally on my OSX.If I then experiment and try and run the dist/hologram.js using node, it just shoots this error:
hologram/dist >> node hologram.js /Users/esaruoho/holo/hologram/dist/hologram.js:1 (function (exports, require, module, __filename, __dirname) { !function(modules){function __webpack_require__(moduleId){if(installedModules[moduleId])return installedModules[moduleId].exports;var module=installedModules[moduleId]={exports:{},id:moduleId,loaded:!1};return modules[moduleId].call(module.exports,module,module.exports,__webpack_require__),module.loaded=!0,module.exports}var installedModules={};return __webpack_require__.m=modules,__webpack_require__.c=installedModules,__webpack_require__.p="",__webpack_require__(0)}([function(module,exports,__webpack_require__){var Hologram;window._Image=Image,window.console.silence=function(){},Hologram={_properties:{}},Hologram.Version=__webpack_require__(1),console.log("Hologram Build "+Hologram.Version.build),__webpack_require__(2),__webpack_require__(11),__webpack_require__(12),__webpack_require__(13),__webpack_require__(14),Hologram.define=function(name,args){return Object.defineProperty(this,name,args)},Hol
Please could you update the documentation so it is easier to comprehend what this repo is supposed to do, especially if one is a non-developer such as me.
The text was updated successfully, but these errors were encountered: