Skip to content

warrenspence/fullcalendar

 
 

Repository files navigation

Warren Notes

Full Calendar is quite complicated with the various submodules it has, and the build pipeline it uses.

To get a new version of this published:

  • Make your changes
  • Run yarn build
  • Run ./springy.sh (this copies the built files into a springy-package folder)
  • Increment the version number of springy-package/package.json
  • Publish the package
cd springy-package
npm publish --access public

how to update this when FC upstream is updated

git fetch upstream
git rebase upstream/master

FullCalendar

A full-sized drag & drop JavaScript event calendar

About

Full-sized drag & drop event calendar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 85.0%
  • HTML 9.3%
  • JavaScript 3.4%
  • CSS 2.1%
  • Other 0.2%