Skip to content

polkadot-cloud/polkadot-developer-console

Folders and files

NameName
Last commit message
Last commit date
Oct 4, 2024
Mar 8, 2024
Sep 30, 2024
Oct 4, 2024
Oct 3, 2024
Jun 23, 2024
May 13, 2024
Apr 22, 2024
Jul 25, 2024
Jun 10, 2024
Feb 7, 2024
Jun 23, 2024
Feb 7, 2024
Apr 26, 2024
Oct 4, 2024
Jul 25, 2024
Aug 18, 2024
Jun 9, 2024
Jul 25, 2024
Oct 4, 2024
Oct 4, 2024
Jun 10, 2024
Feb 7, 2024
Jul 25, 2024
Oct 3, 2024

Repository files navigation

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.