@rit-sse/calendar
v1.0.0
Published
A react calendar component for the SSE website sse.rit.edu
Downloads
3
Keywords
Readme
SSE Calendar
A calendar react component for the SSE website & a boilerplate for getting started making a distributable react component
Getting Started
- You will need Node
>= v8.11.1
installed git clone <url>
cd <path-to-sse-calendar>
npm i
- run
npm run dev
to open a webpage in your browser - run
npm run prod
to build the component to the/build
directory