polkadot-cloud / polkadot-developer-console

A Next-Generation Polkadot Developer Console.
https://console.polkadot.cloud
GNU Affero General Public License v3.0
8 stars 0 forks source link

Polkadot Developer Console

A Next-Generation Polkadot Developer Console.

Prerequisites

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

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.