Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 687 Bytes

CONRIBUTION.md

File metadata and controls

33 lines (20 loc) · 687 Bytes

Contribution Guideline

To get started with Book-Lab, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/book_lab.git4
    
     
  2. Install dependencies:

    npm install
    
  3. Run the application:

    npm start
    
  4. For accessing the backend, Navigate to

    cd server
    
  5. Start the backend server

    npm run dev
    
  6. Now you can access the frontend on your localhost:3000 and backend on localhost:4000

Contributing

We welcome contributions from the community. If you find any issues or have suggestions for improvement, please feel free to submit a pull request.