2023-12-07 14:33:36 -08:00
2023-12-06 23:38:45 -08:00
2023-12-06 23:38:45 -08:00
2023-12-07 14:33:36 -08:00
2023-12-07 14:33:36 -08:00
2023-12-07 14:33:36 -08:00
2023-12-07 14:33:36 -08:00
2023-12-07 14:33:36 -08:00
2023-12-06 23:38:45 -08:00
2023-12-06 23:38:45 -08:00
2023-12-07 14:33:36 -08:00
2023-12-06 23:38:45 -08:00

WharfKit Starter Kit

This repository is a Rush monorepo that manages multiple packages including @wharfkit/starter, @wharfkit/starter-jungle, @wharfkit/starter-eos, @wharfkit/starter-wax, and @wharfkit/starter-telos. It utilizes Rush and pnpm for efficient dependency management and streamlined development processes.

Getting Started

Prerequisites

Rush must be installed to build and develop this repository. Install Rush with the following command:

npm install -g @microsoft/rush

# or

yarn global add @microsoft/rush

Cloning the Repository

Clone the repository with the following command:

git clone https://github.com/wharfkit/starter.git
cd starter

Installing Dependencies

Use rush install to install and link dependencies across all packages in the monorepo:

rush install

Building Packages

Build all packages with the following command:

rush build
S
Description
No description provided
Readme 241 KiB
Languages
JSON-with-Comments 58.1%
JavaScript 32.6%
TypeScript 6.4%
Makefile 2.1%
Shell 0.8%