Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://ethersphere.github.io/swarm-home/
Source code for the Swarm homepage hosted at bzz:/theswarm.eth/
https://ethersphere.github.io/swarm-home/
Last synced: 2 months ago
JSON representation
Source code for the Swarm homepage hosted at bzz:/theswarm.eth/
- Host: GitHub
- URL: https://ethersphere.github.io/swarm-home/
- Owner: ethersphere
- License: unlicense
- Archived: true
- Created: 2017-01-19T12:34:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T15:52:37.000Z (almost 5 years ago)
- Last Synced: 2024-08-04T13:03:25.450Z (6 months ago)
- Language: HTML
- Homepage: https://swarm-gateways.net/bzz:/theswarm.eth/
- Size: 54.9 MB
- Stars: 14
- Watchers: 19
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-web3-tools-and-dapps - Swarm - Swarm brings a groundbreaking storage solution for all people. (dApps directory / Decentralized Storage Tools)
README
# swarm-home
`bzz:/theswarm.eth`
or web gateway: http://swarm-gateways.net/bzz:/theswarm.eth/
## Deployment
To automatically deploy the website you just need to create a git tag with the following format: `v.X.Y.Z` . Make sure to check the most [recent releases](https://github.com/ethersphere/swarm-home/releases) and bump the version up.
For example:
```sh
# Create a v1.0.0 git tag that will trigger
# an automated deployment of the website
git tag v1.0.0
git push origin v1.0.0
```