Skip to content

Commit

Permalink
Merge pull request #537 from bluewave-labs/dependabot/npm_and_yarn/fr…
Browse files Browse the repository at this point in the history
…ontend/npm_and_yarn-4be97f86df

chore(deps-dev): bump vitest from 1.6.0 to 1.6.1 in /frontend in the npm_and_yarn group
  • Loading branch information
erenfn authored Feb 23, 2025
2 parents 18c9d81 + 40dabb4 commit 6a57917
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 42 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Guidefox helps app owners build knowledge and user-experience oriented apps. It
- Helper links
- Hints

To see a demo, [click here](https://guidefox-demo.bluewavelabs.ca/). If you have any questions, you can use the [Guidefox forum](https://github.com/bluewave-labs/guidefox/discussions).

The source code is available under GNU AGPLv3. If you would like to support us, please consider giving it a ⭐ and click on "watch" so you can latest news from us.

![guidefox](https://github.com/user-attachments/assets/46d912c9-339a-4044-979b-338557f28949)
Expand Down Expand Up @@ -48,7 +50,7 @@ Make sure docker and git is installed
## Server Installation

1. Make sure Docker is installed to your machine where the server will run.
2. Make sure git is installed to your machine Git.
2. Make sure git is installed to your machine.
3. Make sure nginx is installed.

4. Clone GitHub Repository
Expand Down Expand Up @@ -99,11 +101,11 @@ server {
}
```

6. Create a symbolic link to enable the configuration:
6. [Optional] Create a symbolic link to enable the configuration:

`sudo ln -s /etc/nginx/sites-available/guidefox /etc/nginx/sites-enabled/`

7. Install Certbot and its Nginx plugin:
7. [Optional] Install Certbot and its Nginx plugin:

`sudo apt install certbot python3-certbot-nginx`

Expand Down Expand Up @@ -237,17 +239,17 @@ For running tests in windows installing `win-node-env` module is recommended

After setting up the project, copy and paste the script that can be found in the Code tab of the Settings. Modify Api Base URL to point out to the url of tour backend server. The code snippet can also be found here:

`
```
window.bwApiBaseUrl = 'https://guidefox-demo.bluewavelabs.ca/api/';
window.bwAgentBaseUrl = 'https://cdn.jsdelivr.net/gh/bluewave-labs/[email protected].0/jsAgent/';
window.bwAgentBaseUrl = 'https://cdn.jsdelivr.net/gh/bluewave-labs/[email protected].2/jsAgent/';
var s=document.createElement("script");
s.type="text/javascript";
s.async=false;
s.onerror=()=>{console.log("onboard not loaded");};
s.src = window.bwAgentBaseUrl + '/main.js';
(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(s);
`
```

We are working on a browser extention to move this code there to improve the user experience.

Expand All @@ -270,7 +272,7 @@ We pride ourselves on building strong connections with contributors at every lev
Also check other developer and contributor-friendly projects of BlueWave:

- [Checkmate](https://github.com/bluewave-labs/checkmate), a server and infrastructure monitoring tool
- [DataRoom](https://github.com/bluewave-labs/bluewave-dataroom), an secure file sharing application, aka dataroom.
- [BlueWave HRM](https://github.com/bluewave-labs/bluewave-hrm), a complete Human Resource Management platform.
- [DataHall](https://github.com/bluewave-labs/datahall), an secure file sharing application, aka dataroom.
- [Headcount](https://github.com/bluewave-labs/headcount), a complete Human Resource Management platform.
- [VerifyWise](https://github.com/bluewave-labs/verifywise), the first open source AI governance platform.

66 changes: 33 additions & 33 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prop-types": "^15.8.1",
"sass-embedded": "^1.79.4",
"vite": "^5.4.14",
"vitest": "^1.6.0",
"vitest": "^1.6.1",
"webpack": "^5.93.0"
},
"scripts": {
Expand Down

0 comments on commit 6a57917

Please sign in to comment.