https://github.com/ronanyeah/mineral-app
https://github.com/ronanyeah/mineral-app
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronanyeah/mineral-app
- Owner: ronanyeah
- Created: 2024-05-10T16:15:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T19:58:03.000Z (over 1 year ago)
- Last Synced: 2025-05-07T09:50:48.114Z (about 1 year ago)
- Language: TypeScript
- Size: 907 KB
- Stars: 31
- Watchers: 2
- Forks: 28
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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`