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

https://github.com/clovyr/mutiny-example


https://github.com/clovyr/mutiny-example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# ![logo-small](https://user-images.githubusercontent.com/72885/228417202-d123f7c5-8cab-405b-97a0-cb3c2e1c6b98.svg)

Mutiny Developer Sandbox

phone

```
cd ~/git/github.com/MutinyWallet/mutiny-web
nvm install 16
npm install -g pnpm
pnpm install
echo Launching web server on https://8080-$(echo $HOSTNAME | cut -f1-3 -d'-').wnext.app
pnpm run dev --host 0.0.0.0 --port 8080
```