Bastien-and-Gauvain / monorepo

A chrome extension to help recruiters 1-click export LinkedIn profiles in their Notion databases.
https://chromewebstore.google.com/detail/recruitivity/gahcfmlnmednhnbkifdoffblfffpeljf
3 stars 0 forks source link
chrome-extension freelancing productivity react recruitment tailwind tailwind-css typescript vite vite-ts

Smart apps to work smartly

Hello there 👋

This is a monorepo which currently includes the following apps:

This monorepo uses pnpm.

Getting started

Follow these steps to start working on the project.
⚠️ Basic setup (npm installed, node installed, etc.) are not included in this setup.
Recommended node version: v18.16.0. Manage your versions with nvm if needed.

1. Clone the repository

git clone https://github.com/Bastien-and-Gauvain/monorepo.git

2. Install PNPM (optional)
If you haven't already, install PNPM globally on your system:

npm install -g pnpm

3. Start and build the Design System

cd libs/design-system
pnpm install
pnpm run dev

4. Start the LinkedIn-to-Notion extension

cd /apps/linkedin-to-notion
pnpm install
pnpm run dev

5. Import the build as an extension on chrome
The first time you start the project you must load the extension in Chrome. Follow this steps to do so: https://docs.plasmo.com/framework#loading-the-extension-in-chrome