chore: Update dependency management tool to Bun
This commit is contained in:
parent
f51a67ae07
commit
1b7cc53810
@ -19,10 +19,10 @@ Thank you for your interest in contributing to Page Assist! We welcome contribut
|
||||
|
||||
3. **Install dependencies**
|
||||
|
||||
Page Assist uses [Yarn](https://yarnpkg.com/) for dependency management. Install the required dependencies by running the following command in the project root directory:
|
||||
Page Assist uses [Bun](https://bun.sh/) for dependency management. Install the required dependencies by running the following command in the project root directory:
|
||||
|
||||
```
|
||||
yarn install
|
||||
bun install
|
||||
```
|
||||
|
||||
4. **Start the development server**
|
||||
@ -30,10 +30,16 @@ Thank you for your interest in contributing to Page Assist! We welcome contribut
|
||||
To run the extension in development mode, use the following command:
|
||||
|
||||
```
|
||||
yarn dev
|
||||
bun dev
|
||||
```
|
||||
|
||||
This will open a browser window with the extension loaded.
|
||||
This will open a chrome browser window with the extension loaded.
|
||||
|
||||
for firefox:
|
||||
|
||||
```
|
||||
bun dev:firefox
|
||||
```
|
||||
|
||||
5. **Install Ollama locally**
|
||||
|
||||
|
11
README.md
11
README.md
@ -30,13 +30,6 @@ Checkout the Demo (v1.0.0):
|
||||
|
||||
want more features? Create an issue and let me know.
|
||||
|
||||
<!-- ## Installation
|
||||
|
||||
### Chrome Web Store
|
||||
|
||||
You can install the extension from the [Chrome Web Store](https://chromewebstore.google.com/detail/page-assist-a-web-ui-for/jfgfiigpkhlkbnfnbobbkinehhfdhndo)
|
||||
|
||||
Note: You can install the extension on any Chromium-based browser. It is not limited to Chrome. -->
|
||||
|
||||
### Manual Installation
|
||||
|
||||
@ -125,6 +118,8 @@ This will start a development server and watch for changes in the source files.
|
||||
| Opera | ❌ | ❌ | ✅ |
|
||||
| Arc | ❌ | ❌ | ✅ |
|
||||
|
||||
|
||||
|
||||
## Local AI Provider
|
||||
|
||||
- [Ollama](https://github.com/ollama/ollama) (Currently the only supported provider. More providers will be added in the future.)
|
||||
@ -132,8 +127,8 @@ This will start a development server and watch for changes in the source files.
|
||||
## Roadmap
|
||||
|
||||
- [X] Firefox Support
|
||||
- [ ] Code Completion support for Web based IDEs (like Colab, Jupyter, etc.)
|
||||
- [ ] More Local AI Providers
|
||||
- [ ] More Features
|
||||
- [ ] More Customization Options
|
||||
- [ ] Better UI/UX
|
||||
|
||||
|
15079
package-lock.json
generated
15079
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user