0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00
verdaccio/website
2025-01-27 00:14:03 +00:00
..
blog chore: website upgrade docusaurus v3 part 3 2024-12-29 17:13:17 +01:00
community chore: website upgrade docusaurus v3 part 3 2024-12-29 17:13:17 +01:00
dev
docs docs: fix typo in plugin-middleware.md (#5058) 2025-01-23 00:06:25 +01:00
src chore: updated static data 2025-01-27 00:14:03 +00:00
static fix: yarn and pnpm logos on homepage (#4574) 2024-04-04 06:58:35 +02:00
talks
types
versioned_docs/version-6.x website: update env and migration docs (#5051) 2025-01-16 21:19:48 +01:00
versioned_sidebars chore: website upgrade docusaurus v3 part 1 (#5021) 2024-12-29 16:21:12 +01:00
.eslintignore
.eslintrc.js
.gitignore
babel.config.js
CHANGELOG.md chore: update versions (next-8) (#5012) 2024-12-20 19:02:00 +01:00
docusaurus.config.js chore: website metrics (#5041) 2025-01-04 21:38:52 +01:00
package.json chore(deps): update dependency sass to v1.83.4 (#5062) 2025-01-26 11:10:10 +01:00
README.md
sidebars.js chore: website upgrade docusaurus v3 part 1 (#5021) 2024-12-29 16:21:12 +01:00
sidebarsCommunity.js
sidebarsDev.js
sidebarsTalk.js
tsconfig.json
versions.json chore: remove versioned docs 7.x 2024-09-26 23:00:18 +02:00

Website docusaurus v2

This website is built using Docusaurus 2, a modern static website generator.

Installation

pnpm install

Local Development

pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.