Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walterproof/the-cure
Experimental project
https://github.com/walterproof/the-cure
Last synced: 7 days ago
JSON representation
Experimental project
- Host: GitHub
- URL: https://github.com/walterproof/the-cure
- Owner: WalterProof
- Created: 2021-09-07T07:09:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T23:34:37.000Z (about 2 years ago)
- Last Synced: 2024-07-06T13:56:24.256Z (4 months ago)
- Language: Go
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The cure
Goal of the project: a simple webapp to inspire people to quit bad habits costing them money,
for instead showing them what they could get with that money.
Let's begin with an average price of a pack of tobacco, converted to XTZ.
Then fetching NFT of the day that the price of such a pack could buy.## Requirements
You'll need to have these tools installed:
- [modd](https://github.com/cortesi/modd)
- [Go](https://go.dev/)
- [Node](https://nodejs.org)## Install
Install front dependencies:
```sh
npm --prefix ./assets i
```## Dev
Using tmuxinator:
```sh
cp .tmuxinator.yml.dist .tmuxinator.yml
tmuxinator start dev
```Or manually:
- Back: `modd`
- Front: `npm --prefix ./assets run watch`