Socket
Socket
Sign inDemoInstall

development-dashboards-docs

Package Overview
Dependencies
24
Maintainers
25
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

development-dashboards-docs

Formidable Open Source Development Dashboards Documentation


Version published
Weekly downloads
8
increased by60%
Maintainers
25
Created
Weekly downloads
 

Readme

Source

Development Dashboards Documentation Site


For an overview of the project structure please refer to the Gatsby documentation - Building with Components

Getting Started

To install and run the documentation site locally:

yarn install
yarn run develop

Then, open your favorite browser to localhost:8000. GraphiQL runs at localhost:8000/___graphql.

Ready to Deploy :shipit:

Build the site to test locally.

yarn run build

Serve the build.

yarn run serve

Then, open your favorite browser to localhost:9000 to verify everything looks correct.

If everything checks out, build the production site with the prefixed path, /open-source/development-dashboards/, so the files load at the correct URL!

yarn run build:pp

To publish to NPM run

npm version <newversion | major | minor | patch> (see Versioning notes below)

Versioning Notes

For a reliable systems of releases, development-dashboards-docs should aim for versioning along these lines:

  • Patch: Typos, missing assets, broken styles, very minor copyedits.
  • Minor: Add a new blog post, change styles.
  • Major: Rearchitect how the lander works, remove pages, or something else huge.

Keywords

FAQs

Last updated on 26 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc