0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/website
Juan Picado 04931c968e
build: ci better performance (#2195)
* chore: frozen installation

* chore: add service

disable some workflows

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* chore: add windows

* chore: add e2e ui

* chore: add cli

* chore: add cli

* chore: add website ci

* chore: improve naming
2021-04-24 23:28:52 +02:00
..
config refactor: max-len and printWidth to 100 (#1941) 2021-04-09 17:54:20 +02:00
crowdin chore: website scaffolding (#1843) 2021-04-09 17:54:10 +02:00
docs refactor: max-len and printWidth to 100 (#1941) 2021-04-09 17:54:20 +02:00
src feat: flexible user interface generator (#2070) 2021-04-09 17:54:38 +02:00
types chore: website scaffolding (#1843) 2021-04-09 17:54:10 +02:00
.babelrc chore: website scaffolding (#1843) 2021-04-09 17:54:10 +02:00
.eslintignore chore: website scaffolding (#1843) 2021-04-09 17:54:10 +02:00
.eslintrc deps: update typescript 4 (#2000) 2021-04-09 17:54:26 +02:00
.lisanrc chore: website scaffolding (#1843) 2021-04-09 17:54:10 +02:00
CHANGELOG.md chore: update versions (alpha) (#2053) 2021-04-09 17:54:33 +02:00
docker-compose.yml build: configure prettier as formatter for json, yaml and markdown (#1930) 2021-04-09 17:54:19 +02:00
Dockerfile chore: website scaffolding (#1843) 2021-04-09 17:54:10 +02:00
gatsby-browser.js chore: prepare website for development (#1935) 2021-04-09 17:54:20 +02:00
gatsby-config.js chore: prepare website for development (#1935) 2021-04-09 17:54:20 +02:00
gatsby-node.js chore: website drawer for navigation (#1940) 2021-04-09 17:54:20 +02:00
gatsby-ssr.js chore: website scaffolding (#1843) 2021-04-09 17:54:10 +02:00
LICENSE chore: website scaffolding (#1843) 2021-04-09 17:54:10 +02:00
package.json build: ci better performance (#2195) 2021-04-24 23:28:52 +02:00
README.md build: configure prettier as formatter for json, yaml and markdown (#1930) 2021-04-09 17:54:19 +02:00
tsconfig.json chore: website scaffolding (#1843) 2021-04-09 17:54:10 +02:00

Verdaccio Website

Website build with Gatsby.js

Development

nvm install
yarn install

Run locally

yarn develop

Run http://localhost:8000/ GraphQL http://localhost:8000/___graphql

or build locally

yarn clean && yarn build && yarn serve

Deployment

Website is deployed on push on master at https://alpha.verdaccio.dev/