Skip to content

AslamKhanPathan/CoderBuddyDemo

Repository files navigation

Installation

Please read the below instructions carefully. Complete all the steps sequentially.

  1. FORK this repo to your own GitHub account. DON'T CLONE THIS REPO. Fork button is the top right corner of the GitHub page.

  2. Clone the FORKED repo to your local machine.

  3. Open the project folder in VS Code

  4. Install the recommended plugins

  5. Install node_modules using npm or yarn or pnpm.

    npm install

    OR

    yarn install

    OR

    pnpm install
  6. Run npm run dev or yarn dev to run the project.

  7. Project will start at http://localhost:5173

If you are on Windows and getting lot of ESLint errors due end of line characters CRLF please run the below command to fix it.

npm run format

NOTE: If you face issue installing with npm trying using yarn v1.22.*


In case of any queries feel free to contact us

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published