Socket
Socket
Sign inDemoInstall

development-dashboards-docs

Package Overview
Dependencies
0
Maintainers
31
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
2
Maintainers
31
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.

Publishing

When publishing, please make sure to install and use npm@5.6.0 to preserve file timestamp metadata as it is required for our overall website build and versions subsequent to 5.6.0 intentionally destroy this metadata:

$ npm install -g npm@5.6.0
$ npm --version
5.6.0

To publish to NPM first create version commits.

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

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.

Then actually publish

$ npm publish

And push changes back to GitHub:

$ git push && git push --tags

Keywords

FAQs

Last updated on 18 Apr 2019

Did you know?

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