0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00
verdaccio/website
Juan Picado 8783e3a88a
chore: update website deployment (#4320)
* test

* Update website.yml

* Update website.yml

* test2

* Update package.json

* Update package.json

* Update package.json

* clean up

* Update website.yml

* remove dependency
2024-03-03 13:49:00 +01:00
..
blog
community
dev
docs docs: add example for integrating GitHub registry with uplinks (#4505) 2024-02-13 15:52:29 +01:00
src chore: updated static data 2024-02-29 00:12:05 +00:00
static chore: website update logos 2024-02-18 21:38:43 +01:00
talks
types
versioned_docs docs: update website 6.x 2024-01-07 11:44:42 +01:00
versioned_sidebars chore(website): enhance plugin search ui (#4294) 2023-12-20 21:32:58 +01:00
.eslintignore
.eslintrc.js
.gitignore
babel.config.js
CHANGELOG.md chore: update versions (next-7) (#4515) 2024-02-20 22:01:58 +01:00
docusaurus.config.js website: update banners url 2024-02-24 20:52:02 +01:00
package.json chore: update website deployment (#4320) 2024-03-03 13:49:00 +01:00
README.md
sidebars.js chore(website): enhance plugin search ui (#4294) 2023-12-20 21:32:58 +01:00
sidebarsCommunity.js
sidebarsDev.js
sidebarsTalk.js
tsconfig.json
versions.json chore: release website 6.x (#4066) 2023-10-10 18:54:30 +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.