QOwnNotes/webpage
2023-04-09 09:25:32 +02:00
..
scripts Add Crowdin translation support for webpage files (#1859) 2020-11-05 17:57:54 +01:00
src doc: fix typo and add flatpak issue link 2023-04-09 09:25:32 +02:00
.gitignore Add blog articles from old webpage 2020-10-22 23:09:21 +02:00
docker-compose.yml Add more webpage translation and new Polish language (#1859) 2022-10-13 12:13:57 +02:00
Dockerfile Add more webpage translation and new Polish language (#1859) 2022-10-13 12:13:57 +02:00
Makefile Add more webpage translation and new Polish language (#1859) 2022-10-13 12:13:57 +02:00
nginx.conf Update qownnotes-api proxy_pass 2021-05-01 09:02:57 +02:00
package.json Bump vuetify from 2.6.9 to 2.6.10 in /webpage 2022-09-22 12:03:12 +00:00
README.md #2714: Migrate git branches from "develop" to "main" and "master" to "release" 2023-01-28 14:00:28 +01:00
yarn.lock build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /webpage 2023-04-05 06:17:43 +00: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
yarn install

# build the webpage in development mode with hot reloading
yarn 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 yarn run build the webpage will be built in production mode in webpage/src/.vuepress/dist.

Customization