0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-24 23:55:46 -05:00
verdaccio/website
2022-10-10 08:31:38 +02:00
..
blog
docs chore(website): add api section (#3424) 2022-10-10 08:00:09 +02:00
src
static
types chore(website): add api section (#3424) 2022-10-10 08:00:09 +02:00
versioned_docs/version-5.x chore(website): fix broken link 2022-10-10 08:31:38 +02:00
versioned_sidebars chore: add versioning website (#3320) 2022-10-01 17:21:26 +02:00
.eslintignore
.eslintrc.js
.gitignore
babel.config.js
CHANGELOG.md
docusaurus.config.js chore(website): add api section (#3424) 2022-10-10 08:00:09 +02:00
package.json chore(website): add api section (#3424) 2022-10-10 08:00:09 +02:00
README.md
sidebars.js chore(website): add api section (#3424) 2022-10-10 08:00:09 +02:00
tsconfig.json chore(website): add api section (#3424) 2022-10-10 08:00:09 +02:00
versions.json chore: add versioning website (#3320) 2022-10-01 17:21:26 +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.