/fern-adk

Fern add-on development kit

Primary LanguageTypeScriptMIT LicenseMIT

GitHub License

Add-on development kit for Fern, currently in development.

README is a work in progress

⛑ Contributing

Prerequisites:

  • Deno v1.45.5 or above
  • Prettier for formatting (optional but recommended)

Preparing:

  1. Install Deno:

    • for Windows: irm https://deno.land/install.ps1 | iex
    • for Mac OS/Linux: curl -fsSL https://deno.land/install.sh | sh
  2. Clone the repository:

    git clone https://github.com/retr0cube/fern-adk

Testing:

Run deno test