Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.15 KB

File metadata and controls

48 lines (32 loc) · 1.15 KB

CHAINLIB

An e-library on the blockchain where writers can publish their books and articles, and readers can read on the app or download them to read afterward.

Prerequisites

  • npm version 10.9.2 or higher
    • Refer to the npm official documentation for detailed instructions.

    • To check your installed npm version:

      npm -v
    • To globally install or update npm to version 10.9.2:

      npm install -g npm@10.9.2

      After updating, recheck the version using npm -v.

Installation

  1. Clone the Repository:

    git clone https://github.com/your-username/chainlib-frontend.git
    cd chainlib-frontend
  2. Install Dependencies:

    • Install the global dependencies
    npm install

    This will install all the necessary application dependencies within the apps/* subdirectories.

  3. Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Documentation