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

https://github.com/ronanyeah/mineral-app


https://github.com/ronanyeah/mineral-app

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mineral

The frontend and CLI client for [Mineral](https://mineral.supply/).

[Smart contract source code](https://github.com/ronanyeah/mineral)

[x.com/MineralSupply](https://x.com/MineralSupply)

---

## Local Development

### Requirements
- [npm CLI](https://docs.npmjs.com/)

### Fetch dependencies
- `npm install`

### Develop
- `npm run worker:build`
- `npm run watch`
- Navigate to [localhost:8000](http:localhost:8000)

### Build
- `npm run build`