npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cra-template-brightsign-dashboard

v1.2.20

Published

Create and publish a rich dashboard onto a BrightSign player.

Downloads

5

Readme

Using the template

Ensure that you have the right version of Node.js installed (14.17.6) as this is what is best supported by BrightSign devices at the moment.

This project is a custom create-react-app template. Clone the repo and then run the following command in the root of your project directory to instantiate the project. Be sure to set the file:/ path to the location as where /template and /template.json reside.

npx create-react-app bs-dashboard --template file:/path/to/dev-cookbook/cra-template-brightsign-dashboard

Once the app is ready, simply follow the instructions in the project readme to deploy to your device. When you run the app locally using yarn start, mocked @brightsign/ JavaScript APIs will be used.

For more info, see /template/README.md

Contributing to the template

To contribute enhancements or fixes to the template, please follow these steps:

  1. Fork and Clone: Start by forking the dev-cookbook repository. Then, clone your fork locally to make changes.

  2. Make Changes: Navigate to the specific template you wish to improve within the dev-cookbook directory. Apply your changes there.

  3. Test Locally: Test the template by instantiating using the command mentioned in the "Using the Template" section. This step ensures your changes work as expected within the create-react-app workflow.

  4. Commit Changes: After testing your changes, commit them to your fork. Ensure your commit messages clearly describe the enhancements or fixes made. Push your commits to GitHub.

  5. Submit a Pull Request (PR): Submit a pull request to the main dev-cookbook repository. Be sure to fill out the predefined PR sections as fully as possible.

  6. Code Review: Once your PR is submitted, it will be reviewed by a BrightSign team member. Be open to feedback and ready to make further adjustments based on their suggestions.