Full Calendar is open to contributions!
- If you want to develop locally, make sure to make a symbolic link from
main.css
tostyles.css
. Obsidian expects a css file calledstyles.css
, but esbuild will output one namedmain.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
.