An open API service indexing awesome lists of open source software.

https://github.com/sijmenhuizenga/web-diggers

BaselHack 2023
https://github.com/sijmenhuizenga/web-diggers

Last synced: 2 months ago
JSON representation

BaselHack 2023

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)