Gabriel Viganotti aaef1ef9aa Update package.json 8 år sedan
..
static 10fa1bc5f1 adds sharedMD auth 8 år sedan
.env 4d3140435d MAID-2167 Add a DOM API playgroound tool to safe examples (#223) 8 år sedan
.gitignore 4d3140435d MAID-2167 Add a DOM API playgroound tool to safe examples (#223) 8 år sedan
README.md f821f668ee removes need for global gulp dependency 8 år sedan
favicon.ico 4d3140435d MAID-2167 Add a DOM API playgroound tool to safe examples (#223) 8 år sedan
gulpfile.js 4d3140435d MAID-2167 Add a DOM API playgroound tool to safe examples (#223) 8 år sedan
index.html 4d3140435d MAID-2167 Add a DOM API playgroound tool to safe examples (#223) 8 år sedan
index.js 4d3140435d MAID-2167 Add a DOM API playgroound tool to safe examples (#223) 8 år sedan
package.json aaef1ef9aa Update package.json 8 år sedan
safe_dns.md 4d3140435d MAID-2167 Add a DOM API playgroound tool to safe examples (#223) 8 år sedan

README.md

SAFE browser website development tool

This package is meant to help people that desire to create websites for the SAFE network, especially those sites that need to utilize the SAFE network web API, available on the global window object.

Instead of having to upload your site to the network every time you want to test some code, simply use this package to experiment.

SETUP
  • clone this repository and cd into the respective directory
  • Run npm install
  • Run npm run gulp to start server
  • Visit localhost://p:3003 in your SAFE browser to see page

To upload this site to the network:

  • Run npm run gulp and observe the build directory that's created
  • Using web_hosting_manager, simply upload the build directory

See docs for more detail of expected return values and other information: http://docs.maidsafe.net/beaker-plugin-safe-app/