https://github.com/ziwot/the-cure
Experimental project
https://github.com/ziwot/the-cure
Last synced: 8 months ago
JSON representation
Experimental project
- Host: GitHub
- URL: https://github.com/ziwot/the-cure
- Owner: ziwot
- Created: 2021-09-07T07:09:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T23:34:37.000Z (over 3 years ago)
- Last Synced: 2025-01-01T12:47:36.098Z (over 1 year 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`