Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 900 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 900 Bytes

Polkadot Developer Console

A Next-Generation Polkadot Developer Console.

Prerequisites

Before you begin, ensure you have the following installed on your local machine:

  • Node.js (version 20.x or later)
  • Yarn (version 4.x or later)

Installation

Follow these steps to set up the project on your local machine:

  1. Clone the repository

    git clone https://github.com/polkadot-cloud/polkadot-developer-console.git
    cd polkadot-developer-console
  2. Install dependencies

Use Yarn to install the necessary dependencies:

yarn install
  1. Start the development server

Once the dependencies are installed, you can start the development server:

yarn dev
  1. Building for Production

To create a production build of the application, run:

yarn build

The production-ready files will be generated in the build directory.