Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/walterproof/the-cure

Experimental project
https://github.com/walterproof/the-cure

Last synced: 7 days ago
JSON representation

Experimental project

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`