A Next-Generation Polkadot Developer Console.
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)
Follow these steps to set up the project on your local machine:
-
Clone the repository
git clone https://github.com/polkadot-cloud/polkadot-developer-console.git cd polkadot-developer-console
-
Install dependencies
Use Yarn to install the necessary dependencies:
yarn install
- Start the development server
Once the dependencies are installed, you can start the development server:
yarn dev
- 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.