QOwnNotes/webpage
dependabot[bot] 5ea4fc212c
build(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 in /webpage
Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: pbkdf2
  dependency-version: 3.1.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-24 16:10:54 +00:00
..
scripts lint: format with treefmt 2025-03-19 22:26:12 +01:00
src #1859 i18n: add more app and webpage translation 2025-06-23 19:53:06 +02:00
.envrc dev: add webpage shell.nix 2023-05-03 16:50:36 +02:00
.gitignore Add blog articles from old webpage 2020-10-22 23:09:21 +02:00
docker-compose.yml lint: format with treefmt 2025-03-19 22:26:12 +01:00
docker.nix lint: format all nix files with nixfmt-rfc-style 2025-03-19 22:48:08 +01:00
Dockerfile #3051 webpage: add flatpak verification code 2024-07-03 22:09:53 +02:00
justfile just: add "open-browser" and a pane for it 2024-09-23 09:21:04 +02:00
nginx.conf Update qownnotes-api proxy_pass 2021-05-01 09:02:57 +02:00
org.flathub.VerifiedApps.txt #3051 webpage: add flatpak verification code 2024-07-03 22:09:53 +02:00
package-lock.json build(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 in /webpage 2025-06-24 16:10:54 +00:00
package.json #3115 webpage: update to VuePress 1.9.10 2024-09-23 09:11:04 +02:00
README.md webpage: migrate from yarn to npm 2023-10-17 20:04:29 +02:00
shell.nix lint: format all nix files with nixfmt-rfc-style 2025-03-19 22:48:08 +01:00
term.kdl just: add "open-browser" and a pane for it 2024-09-23 09:21:04 +02:00

QOwnNotes Webpage

Dev Dependencies

Development

# clone the repository
git clone https://github.com/pbek/QOwnNotes.git

# change to the webpage directory
cd QOwnNotes/webpage

# install dependencies
npm install

# build the webpage in development mode with hot reloading
npm run dev

Then you can open the webpage in your browser at http://0.0.0.0:8080/.

Every change you make to the source code will be automatically reflected in the webpage.

If you run npm run build the webpage will be built in production mode in webpage/src/.vuepress/dist.

Customization