Skip to content

Commit

Permalink
Merge pull request #9 from priyankarpal/npm/pnpm
Browse files Browse the repository at this point in the history
feat: migrated to pnpm & vite
  • Loading branch information
shyamtawli authored Apr 26, 2023
2 parents 282b5e7 + 017e3f8 commit b55d790
Show file tree
Hide file tree
Showing 11 changed files with 1,673 additions and 17,428 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Thank you for your interest in contributing to our open-source project! To add y

1. Fork the repository to create a copy in your GitHub account.
2. Clone the forked repository to your local development environment.
3. Install dependencies by running `npm install`
3. Install dependencies by running `pnpm i`
4. Navigate to the `src/data` directory.
5. Open the `Profile.json` file.
6. Add your profile data in the JSON object format, following the existing structure:
Expand Down
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<!-- Favicon Link -->
<link rel="icon"
href="https://user-images.githubusercontent.com/88102392/234332026-1aa60fd2-99ba-48d3-b1e4-f1435fb5a8a9.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- SEO -->
<title>devFind - Connect with Developers</title>
<meta name="description" content="Discover and Connect with Skilled Developers." />
<meta name="keywords" content="dev Find, Developers, reactjs">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="shyamtawli">

</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>

</html>
Loading

0 comments on commit b55d790

Please sign in to comment.