Quickly test TailwindCSS codes, components, utilities with Vite, Vitest and TailwindCSS.
- Requires Node JS 18+ (at least 18.13.0 recommended to avoid potential bugs).
- Requires pnpm@7.25.0 to manage JS and TS dependencies.
pnpm add -D testwind
Below is the basic JavaScript skeleton architecture for a new Sikessem module.
Inside your project, you'll see the following directory structure:
βββ public/
β βββ ...
βββ src/
β βββ ...
βββ tests/
βββ ...
-
src
: Provides project source files (components, plugins, etc.) -
tests
: Tests directory (unit, E2E, etc.) -
public
: Any static assets, like images, can be placed in the public directory.
Run the server in development mode:
pnpm start
-
π§Ή Keep a modern codebase with Prettier:
pnpm test:lint
-
βοΈ Run static analysis using ESLint:
pnpm test:fmt
-
β Run unit tests using VITEST
pnpm test:unit
-
π Run the entire test suite:
pnpm test
The main purpose of this repository is to continue evolving Testwind. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving Testwind.
Sikessem has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
π₯ Contributing Guide
Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Testwind.
We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.
Larger discussions and proposals are discussed in @sikessem/community.
If you discover a security vulnerability within Testwind, please email SIGUI KessΓ© Emmanuel at emmanuel@kesse.sigui.ci. All security vulnerabilities will be promptly addressed.
Testwind is MIT licensed, as found in the LICENSE file.
Testwind was developed by Sikessem.