WorldWideWeb browser in JavaScript - JSS + mashlib in Electron
npm install worldwidewebA WorldWideWeb browser in JavaScript - JSS + mashlib in Electron.
``bash`
npx worldwideweb
`bash`
npm install -g worldwideweb
worldwideweb
`bash`
git clone https://github.com/melvincarvalho/worldwideweb.git
cd worldwideweb
npm install
npm start
Edit config.json:
`json``
{
"port": 3012,
"width": 1200,
"height": 800,
"root": "./data"
}
MIT