Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfordivam/probable-fiesta
https://github.com/dfordivam/probable-fiesta
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfordivam/probable-fiesta
- Owner: dfordivam
- License: mit
- Created: 2022-09-20T07:07:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T01:53:56.000Z (over 2 years ago)
- Last Synced: 2024-12-23T11:13:11.528Z (11 days ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### This project was created using [themetalfleece/nodejs-typescript-template](https://github.com/themetalfleece/nodejs-typescript-template)
Run a minimal wallet-connect client for Kadena Chainweaver integration
## Install
1. Install [node.js](https://nodejs.org/en/download/), [yarn](https://classic.yarnpkg.com/en/docs/install/) (or use npm).
2. Clone this repository, and using a terminal navigate to its directory.
3. Run `yarn` or `npm install` to install the dependencies.## Build & Run
1. Run `yarn build` or `npm build` to build the files.
2. Run `yarn start` or `npm start` to start the application.