This repo contains the files for the swarm dappstore website.
You can find the website at: http://swarm-gateways.net/bzz:/swarmapps.eth/
(if you are running a local swarm node, the link is http://localhost:8500/bzz:/swarmapps.eth/)
Swarm is a P2P decentralized incentivized storage network.
For more information about swarm, visit http://swarm-gateways.net/bzz:/theswarm.eth/
- Clone the repo
npm installnpm install -g @angular/cling serve
The ng serve will make the website available through http://localhost:4200.
The site uses webpack optimization through the angular-cli package. All needed files are optimized for low size and lower bandwidth requirements, resulting in higher serving speed.
To prepare the site for deployment, run ng build --prod --aot. This will produce a dist/ folder in your working directory, which can be used to serve the page standalone.
- angular2
- nodejs >= 7
- npm >= 3