https://github.com/p2panda/website
Official p2panda website
https://github.com/p2panda/website
decentralization design p2p self-organization specification
Last synced: about 1 year ago
JSON representation
Official p2panda website
- Host: GitHub
- URL: https://github.com/p2panda/website
- Owner: p2panda
- License: cc-by-sa-4.0
- Created: 2019-02-11T15:11:34.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T10:15:28.000Z (about 1 year ago)
- Last Synced: 2025-03-30T06:07:36.087Z (about 1 year ago)
- Language: HTML
- Homepage: https://p2panda.org
- Size: 59.5 MB
- Stars: 88
- Watchers: 7
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - p2panda/handbook - Website with tutorials, specification, info and learn sections of p2:panda_face: (p2p)
README
# website
Official [p2panda](https://p2panda.org) website.
## Requirements
* Ruby `3.2.0`
* Jekyll `3.10.0`
* Bundler `2.4.1`
## Development
```bash
# Install Ruby dependencies
bundle install
# Export the gem path if this is your first run
export GEM_HOME=$HOME/.gem
# Run development web server
jekyll serve
# If that fails, try this
bundle exec jekyll serve
```
## License
[`CC-BY-SA-4.0 License`](LICENSE)
*This project has received funding from the European Union’s Horizon 2020
research and innovation programme within the framework of the NGI-POINTER
Project funded under grant agreement No 871528, NGI-ASSURE No 957073 and
NGI0-ENTRUST No 101069594.*