core-coin / core-dev

Core Blockchain Developer Portal

Home Page:https://dev.coreblockchain.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Developer Portal

Welcome to the Core Developer Portal!

Getting Started with the Documentation

This project uses Docusaurus for documentation. To get started with the development or contribution to the documentation, follow the steps below.

Prerequisites

Ensure you have the following installed:

  • Node.js (v18.0 or higher)
  • npm/Yarn

Installation

  1. Clone the repository:

    git clone https://github.com/<your-username>/core-dev.git
  2. Navigate to the project directory:

    cd core-dev
  3. Install the dependencies:

    npm install

Local Development

To start a local development server and open up a browser window, run:

npm start

Build

To create a static build of the documentation, run:

npm run build

Deployment

To deploy the documentation to a static web hosting service, run:

npm run deploy

Contributing

We welcome contributions to the Core Dev Developer Hub! Whether it's improving the documentation, fixing bugs, or adding new features, your contributions are greatly appreciated.

License

This project is licensed under the CORE license - see the LICENSE file for details.

Support

For support, please open an issue in the GitHub issue tracker.

About

Core Blockchain Developer Portal

https://dev.coreblockchain.net

License:Other


Languages

Language:TypeScript 87.4%Language:CSS 12.3%Language:JavaScript 0.3%