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.
- 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.
-
-
Clone the Repository:
git clone https://github.com/your-username/chainlib-frontend.git cd chainlib-frontend -
Install Dependencies:
- Install the global dependencies
npm install
This will install all the necessary application dependencies within the
apps/*subdirectories. -
Run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.