41 lines
717 B
Markdown
41 lines
717 B
Markdown
# lora.vegas
|
|
|
|
Las Vegas Meshtastic and LoRa community website.
|
|
|
|
## About
|
|
|
|
This site provides information about the Las Vegas mesh networking community, including:
|
|
|
|
- Mesh channel configurations
|
|
- Community coordination (Discord, Signal)
|
|
- Meetup information
|
|
- Local resources
|
|
|
|
## Contributing
|
|
|
|
To contribute to this site, contact **sneak@sneak.berlin** for git repository access.
|
|
|
|
## Technical Details
|
|
|
|
This is a static site built with Hugo. The site is deployed automatically via GitHub Actions.
|
|
|
|
### Local Development
|
|
|
|
```bash
|
|
hugo server
|
|
```
|
|
|
|
Visit http://localhost:1313 to preview.
|
|
|
|
### Build
|
|
|
|
```bash
|
|
hugo
|
|
```
|
|
|
|
Output will be in the `public/` directory.
|
|
|
|
## License
|
|
|
|
Content is provided as-is for community use.
|