https://github.com/dedis/blockchain-summer.epfl.ch
Sources of the Swiss Blockchain Summer School 2017
https://github.com/dedis/blockchain-summer.epfl.ch
Last synced: about 1 month ago
JSON representation
Sources of the Swiss Blockchain Summer School 2017
- Host: GitHub
- URL: https://github.com/dedis/blockchain-summer.epfl.ch
- Owner: dedis
- Created: 2017-03-06T13:20:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T13:41:56.000Z (about 7 years ago)
- Last Synced: 2025-01-13T19:42:26.820Z (over 1 year ago)
- Language: CSS
- Size: 17.6 MB
- Stars: 0
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sources of the Swiss Blockchain Summer School 2017
See [https://blockchain-summer.epfl.ch](https://blockchain-summer.epfl.ch).
## Requirements
- [golang](https://golang.org/)
- [hugo](https://gohugo.io/)
- [make](https://www.gnu.org/software/make/)
- [rsync](https://rsync.samba.org/)
## Development and Deployment
Run a local server at [http://127.0.0.1:1313](http://127.0.0.1:1313):
```
make server
```
Build the site:
```
make build
```
Deploy the site:
```
make deploy
```