/datasette-tailwindcss

Primary LanguageHTMLApache License 2.0Apache-2.0

datasette-tailwindcss

PyPI Changelog Tests License

Replace default template with tailwindcss

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-tailwindcss

Usage

Usage instructions go here.

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd datasette-tailwindcss
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest