Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 813 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 813 Bytes

Build blocks of Teku apps

🔥 Tech Stack

  • Node (v14 LTS) (installed using NVM or download)
  • Yarn CLI (npm install -g yarn)
  • Typescript
  • Webpack

🚀 Quick start

  1. Clone this reposiroty

  2. Install extensions (VS Code only)

    • Use Ctrl Shift P (or Cmd Shift P on MacOS), then open "Show Recommended Extensions"
    • Under Workspace recommended extensions section, click on "Install workspace recommended extensions" button.
  3. Install dependencies

    To install dependencies please run this command:

      yarn install
  4. Open the code and start customizing!

    This command will rebuild your packages on file changes (watch mode)

      yarn start