Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 576 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 576 Bytes

Full Calendar is open to contributions!

  • If you want to develop locally, make sure to make a symbolic link from main.css to styles.css. Obsidian expects a css file called styles.css, but esbuild will output one named main.css.
  • You can build the plugin for development by running npm run dev.
  • The hot reload plugin makes development a lot easier.

To start getting familiar with the codebase, check out the architecture guide at src/README.md.