forked from jquense/react-big-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Doist/craigcarlyle/switch-to-npm
Switch from yarn to npm
- Loading branch information
Showing
9 changed files
with
38,668 additions
and
15,926 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,9 +33,4 @@ node_modules | |
.idea | ||
|
||
# Mac OS X | ||
.DS_Store | ||
|
||
# Yarn Cache | ||
.yarn | ||
# Yarn NodeLinker | ||
.yarnrc.yml | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Inspired by [Full Calendar](http://fullcalendar.io/). | |
|
||
## Use and Setup | ||
|
||
`yarn add react-big-calendar` or `npm install --save react-big-calendar` | ||
`npm install --save react-big-calendar` | ||
|
||
Include `react-big-calendar/lib/css/react-big-calendar.css` for styles, and make sure your calendar's container | ||
element has a height, or the calendar won't be visible. To provide your own custom styling, see the [Custom Styling](#custom-styling) topic. | ||
|
@@ -28,8 +28,8 @@ element has a height, or the calendar won't be visible. To provide your own cust | |
```sh | ||
$ git clone [email protected]:jquense/react-big-calendar.git | ||
$ cd react-big-calendar | ||
$ yarn | ||
$ yarn storybook | ||
$ npm run | ||
$ npm run storybook | ||
``` | ||
|
||
- Open [localhost:3000/examples/index.html](http://localhost:3000/examples/index.html). | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.