/arc-tailwindcss

Zero Config TailwindCSS for arc.codes

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Arc Plugin Template

Architect serverless framework plugin template

Use the plugin documentation to learn how to write a plugin arc.codes/plugins

If you learn best from examples checkout the arc-buckets-plugin

Introduction goes here

Installation

  1. Install this plugin npm i plugin-name

  2. Add the following line to the @plugins pragma in your Architect project manifest (usually app.arc):

     @plugins
     plugin-name
    

Usage

How should somebody use your plugin