0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00
verdaccio/website
(H)eDoCode 76d78b0328
Node JS API Documentation : Working Implementation Code (#3032)
* Working node JS Code

Maybe add where do the `addrs` comes from ?
Added host and port display cause otherwise user doesn't know which default address and port are.

* Removing comments 

because I'm unsure about these / they are incorrect

Please complete it if you know how to make it work with a configFilePath as third parameter

* chore: fix website config

Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2022-03-04 19:22:02 +01:00
..
blog update contributing guidelines and chat reference 2021-09-18 09:07:22 +02:00
docs Node JS API Documentation : Working Implementation Code (#3032) 2022-03-04 19:22:02 +01:00
src chore: remove banner 2022-02-06 20:54:51 +01:00
static Update _redirects 2021-08-06 20:39:02 +02:00
.eslintignore
.eslintrc.js Indiescripter/align website format lint configs (#2398) 2021-09-01 19:15:15 +02:00
.gitignore
babel.config.js
CHANGELOG.md chore: update versions (6-next) (#2648) 2021-12-15 19:02:26 +01:00
docusaurus.config.js fix website google analytics (#2772) 2021-12-14 13:28:51 +01:00
package.json add VERDACCIO_STORAGE_PATH documentation 2022-02-15 19:50:56 +01:00
README.md Update README.md 2021-07-27 22:46:18 +02:00
sidebars.js update e2e website page 2022-02-05 19:39:12 +01:00
tsconfig.json

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.