https://github.com/sijmenhuizenga/web-diggers
BaselHack 2023
https://github.com/sijmenhuizenga/web-diggers
Last synced: 2 months ago
JSON representation
BaselHack 2023
- Host: GitHub
- URL: https://github.com/sijmenhuizenga/web-diggers
- Owner: SijmenHuizenga
- License: mit
- Created: 2023-10-28T09:49:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T23:56:27.000Z (over 1 year ago)
- Last Synced: 2025-04-04T03:10:04.684Z (2 months ago)
- Language: TypeScript
- Size: 21.7 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web Diggers
---A BaselHack 2023 project.
# Requirements
- [Node](https://nodejs.org)
- [Rust](https://www.rust-lang.org/)
- [Miller](https://miller.readthedocs.io)# Building
With `make build` you can ensure everything is installed and there are no errors.
# Running
Type `make run` to start up the frontend and backend.
See [server/README](server/README.md) and [webapp/README](webapp/README.md) for more details.
# Data
See [CONTRIBUTE](data/CONTRIBUTE.md) for tips on adding data.
Run `make refresh` to update the JSON file in the data folder.
# License
[MIT](LICENSE)