You are reading a single comment by @allObjects and its replies. Click here to read the full conversation.
  • It is not running on localhost:3040/EspruinoBoard ...the site brings some google search references...

    I started the site with npm start (see below) and then killed it with Ctrl-c.

    me:espruinoDocs me$ npm start
    
    > espruino-docs@1.0.0 start /Users/me/espruino/EspruinoDocs
    > node app.js
    
    ** EspruinoDocs - running on http://localhost:3040/EspruinoBoard **
    returning: /index.html
    returning: /.html
    ^C
    [1]+  Killed: 9               node app.js
    me:espruinoDocs me$ pwd
    

    Interestingly, on a second start - I just gave it a shot, don't know why - it worked, but has obviously no menu or index. Using .../modules showed thent he modules page:

    me:espruinoDocs me$ npm start
    
    > espruino-docs@1.0.0 start /Users/me/espruino/EspruinoDocs
    > node app.js
    
    ** EspruinoDocs - running on http://localhost:3040/EspruinoBoard **
    returning: /EspruinoBoard.html
    returning: /refimages/EspruinoBoard_main.jpg
    ...
    ...
    ...
    returning: /index.html
    returning: /.html
    returning: /.html
    returning: /modules.html
    ...
    ...
    ...
    

    Questions:

    1. Where is the .../Reference page? ...or how do I get to it? the piece I was looking for for the most... :(

    2. If the initial build had completed, would there be an index page so navigation is possible?

    3. If there is no navigation built, how how could one be created?

    Note: The modules and images folder are outside of the current directory space: /Users/me/workspace/espruinowebsite/www/­modules/ and .../refimages/ - why is this?

About

Avatar for allObjects @allObjects started