Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p2panda/website
Official p2panda website
https://github.com/p2panda/website
decentralization design p2p self-organization specification
Last synced: 6 days 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T13:41:50.000Z (21 days ago)
- Last Synced: 2025-01-07T19:12:24.605Z (14 days ago)
- Language: HTML
- Homepage: https://p2panda.org
- Size: 55.3 MB
- Stars: 89
- Watchers: 9
- Forks: 8
- Open Issues: 0
-
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.*