Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p2panda/peers-for-peers
Makeshift organisation tool for the p4p unconference
https://github.com/p2panda/peers-for-peers
react webapp
Last synced: about 1 month ago
JSON representation
Makeshift organisation tool for the p4p unconference
- Host: GitHub
- URL: https://github.com/p2panda/peers-for-peers
- Owner: p2panda
- Created: 2023-07-24T17:17:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:36:25.000Z (8 months ago)
- Last Synced: 2024-05-23T01:05:27.448Z (8 months ago)
- Topics: react, webapp
- Language: TypeScript
- Homepage:
- Size: 1.15 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# peers-for-peers
Makeshift organisation tool for the p4p unconference 28.-30.07.23 in offline, Berlin built with React, p2panda and [shirokuma](https://github.com/p2panda/shirokuma).
## Development
### Browser
With a local `aquadoggo` node running execute the following commands:
```bash
# Install NodeJS dependencies
npm install# Start development server at http://localhost:8080
npm start# Build for production
npm run build
```### Tauri
The tauri app comes bundled with it's own node, just run the following commands:
```bash
# Install NodeJS dependencies
npm install# Start the tauri app and front-end server in development mode
npm run tauri dev# Build for production
npm run tauri build
```## License
`UNLICENSE`