Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

Awesome Lists containing this project

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
```