mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
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.19` | `2.0.0-rc.26` | | [@vuepress/plugin-redirect](https://github.com/vuepress/ecosystem/tree/HEAD/plugins/plugin-redirect) | `2.0.0-rc.66` | `2.0.0-rc.118` | | [@vuepress/plugin-slimsearch](https://github.com/vuepress/ecosystem/tree/HEAD/plugins/search/plugin-slimsearch) | `2.0.0-rc.67` | `2.0.0-rc.118` | | [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) | `2.0.0-rc.19` | `2.0.0-rc.26` | | [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/theme) | `2.0.0-rc.66` | `2.0.0-rc.98` | Updates `@vuepress/bundler-vite` from 2.0.0-rc.19 to 2.0.0-rc.26 - [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.19...v2.0.0-rc.26) Updates `@vuepress/plugin-redirect` from 2.0.0-rc.66 to 2.0.0-rc.118 - [Release notes](https://github.com/vuepress/ecosystem/releases) - [Commits](https://github.com/vuepress/ecosystem/commits/v2.0.0-rc.118/plugins/plugin-redirect) Updates `@vuepress/plugin-slimsearch` from 2.0.0-rc.67 to 2.0.0-rc.118 - [Release notes](https://github.com/vuepress/ecosystem/releases) - [Changelog](https://github.com/vuepress/ecosystem/blob/main/plugins/search/plugin-slimsearch/CHANGELOG.md) - [Commits](https://github.com/vuepress/ecosystem/commits/v2.0.0-rc.118/plugins/search/plugin-slimsearch) Updates `vuepress` from 2.0.0-rc.19 to 2.0.0-rc.26 - [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-theme-hope` from 2.0.0-rc.66 to 2.0.0-rc.98 - [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.98/packages/theme) --- updated-dependencies: - dependency-name: "@vuepress/bundler-vite" dependency-version: 2.0.0-rc.26 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vuepress - dependency-name: "@vuepress/plugin-redirect" dependency-version: 2.0.0-rc.118 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vuepress - dependency-name: "@vuepress/plugin-slimsearch" dependency-version: 2.0.0-rc.118 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vuepress - dependency-name: vuepress dependency-version: 2.0.0-rc.26 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vuepress - dependency-name: vuepress-theme-hope dependency-version: 2.0.0-rc.98 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vuepress ... Signed-off-by: dependabot[bot] <support@github.com>
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