I have released fastapi-tailwind on pypi with wheels for each platform and CPU arch just like tailwind releases it's binaries.
Now I need some people to do me a big favour and test the library on their platform.
Here's the list of platforms that need to be tested:
As of v2.0.0 we've implemented tests for all these platforms and they are all passing.
How to test?
- Install the lib from pypi with pip:
pip install fastapi-tailwind
If that is successful, you have two options:
or
- Clone the repo then run the ready made examples (this might take a long while as it will also pull the binaries)
git clone https://github.com/THEGOLDENPRO/fastapi-tailwind
cd fastapi-tailwind
cd examples/hello-world-app
fastapi dev
If this all runs that means it's all working so let me know.
I have released fastapi-tailwind on pypi with wheels for each platform and CPU arch just like tailwind releases it's binaries.
Now I need some people to do me a big favour and test the library on their platform.
Here's the list of platforms that need to be tested:
As of
v2.0.0we've implemented tests for all these platforms and they are all passing.How to test?
If that is successful, you have two options:
or
git clone https://github.com/THEGOLDENPRO/fastapi-tailwind cd fastapi-tailwindcd examples/hello-world-app fastapi devIf this all runs that means it's all working so let me know.