Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mandeepsinghmar/linkedin-ai
https://github.com/mandeepsinghmar/linkedin-ai
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mandeepsinghmar/linkedin-ai
- Owner: Mandeepsinghmar
- Created: 2024-03-03T10:45:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T04:10:20.000Z (11 months ago)
- Last Synced: 2024-11-10T17:44:36.384Z (3 months ago)
- Language: TypeScript
- Size: 429 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatGPT Writer Take-Home Coding Assignment
https://www.loom.com/share/9dcf9fccf6f14f4ba9b28782c2bc1502
This is a [Plasmo extension](https://docs.plasmo.com/) project bootstrapped with command: `pnpm create plasmo --with-tailwindcss`.
## Getting Started
First, run the development server:
```bash
pnpm dev
# or
npm run dev
```
See how to load the extension: https://docs.plasmo.com/framework/workflows/dev#loading-the-extensionFor further guidance, [visit our Documentation](https://docs.plasmo.com/).
## Where to edit?
- The main code is located in src/content.tsx. By default, when you run the extension, it displays a static count button on the LinkedIn website. You need to replace it with your own code.
![count btn on linkedin](count_btn_on_linkedin.png)
## Making production build
Run the following:
```bash
pnpm build
# or
npm run build
```This should create a production bundle for your extension, ready to be zipped and published to the stores.