Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Updated UUID dep to latest version #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
[![Build Status](https://travis-ci.org/bufferapp/buffer-js-notifications.svg?branch=master)](https://travis-ci.org/bufferapp/buffer-js-notifications)

Notifications for React + Redux applications

## Getting started

Run `npm install` to install the dependencies.

You can then run `npm run build` or `npm run test` to see if everything is ok.

If you want to see how it's used, run the storybook with `npm run storybook`.
Loading