chore: Update dependency management tool to Bun

This commit is contained in:
n4ze3m
2024-05-30 19:21:28 +05:30
parent f51a67ae07
commit 1b7cc53810
4 changed files with 13 additions and 22235 deletions

View File

@@ -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**