dependabot[bot] 6408826e6f
Bump the vuepress group across 1 directory with 5 updates
Bumps the vuepress group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vuepress/bundler-vite](https://github.com/vuepress/core) | `2.0.0-rc.14` | `2.0.0-rc.15` |
| [@vuepress/plugin-redirect](https://github.com/vuepress/ecosystem/tree/HEAD/plugins/plugin-redirect) | `2.0.0-rc.37` | `2.0.0-rc.51` |
| [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) | `2.0.0-rc.14` | `2.0.0-rc.15` |
| [vuepress-plugin-search-pro](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/search-pro) | `2.0.0-rc.50` | `2.0.0-rc.54` |
| [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/theme) | `2.0.0-rc.50` | `2.0.0-rc.56` |



Updates `@vuepress/bundler-vite` from 2.0.0-rc.14 to 2.0.0-rc.15
- [Release notes](https://github.com/vuepress/core/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress/core/compare/v2.0.0-rc.14...v2.0.0-rc.15)

Updates `@vuepress/plugin-redirect` from 2.0.0-rc.37 to 2.0.0-rc.51
- [Release notes](https://github.com/vuepress/ecosystem/releases)
- [Commits](https://github.com/vuepress/ecosystem/commits/v2.0.0-rc.51/plugins/plugin-redirect)

Updates `vuepress` from 2.0.0-rc.14 to 2.0.0-rc.15
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/vuepress)

Updates `vuepress-plugin-search-pro` from 2.0.0-rc.50 to 2.0.0-rc.54
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/search-pro/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.54/packages/search-pro)

Updates `vuepress-theme-hope` from 2.0.0-rc.50 to 2.0.0-rc.56
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.56/packages/theme)

---
updated-dependencies:
- dependency-name: "@vuepress/bundler-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-redirect"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress-plugin-search-pro
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress-theme-hope
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-28 01:53:13 +00:00
2023-11-21 18:02:37 +01:00
2024-06-10 19:07:38 +02:00
2024-06-05 14:41:37 +02:00

ocelot.social Website

This repository contains the Website https://ocelot.social utilizing vuepress to generate it.

Software requirements

This package requires:

Techstack

This package uses:

Usage

How to use this package.

Build

Build the static files of the website which then can be found under docs/.vuepress/dist/.

npm run build

Dev

Bring up a development environment with hot reloading which can be reached under http://localhost:8080/:

npm run dev

Test

Run the tests to ensure everything is working as expected:

# general tests
$ npm test
# test linting
$ npm test:lint
# fix linting
$ npm test:lint:fix
Description
ocelot.social website
Readme 61 MiB