Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 725 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 725 Bytes

Personal Notes

This project is a simple personal notes app build with react.js

How To Install

  1. Install Node.js

    Download Node.js Official then install it

  2. Clone repository

    git clone git@github.com:MHendriF/personal-notes.git
  3. Navigate to working directory personal-notes

    cd personal-notes
  4. Install pnpm globally for faster react installation by running the following commands:

    npm install -g pnpm
  5. Install the necessary packages by running the following commands:

    pnpm install

Usage

  1. Running the following command:

    pnpm run dev