Skip to content

Generate robust, random passwords to fortify your online security. Don't be a victim of cyber attacks.

Notifications You must be signed in to change notification settings

SHSharkar/Strong-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind CSS Setup

Compiling Tailwind CSS Assets

To compile the Tailwind CSS assets in your project, run the following command:

npx tailwindcss -i ./src/main.css -o ./dist/main.css --minify

This will take the main.css file located in the src directory, process it with Tailwind CSS, and output the minified result to the dist directory.

Watching for Changes in Real-Time

If you want to make changes to your Tailwind CSS files and see the results in real-time during local development, run the following command:

npx tailwindcss -i ./src/main.css -o ./dist/main.css --watch

This command will watch for any changes in the main.css file and recompile the output file automatically whenever a change is detected.

Prerequisites

Ensure that you have Node.js and npm installed on your machine. You can install Tailwind CSS via npm if you haven't done so already:

npm install

For more information, refer to the Tailwind CSS documentation.

About

Generate robust, random passwords to fortify your online security. Don't be a victim of cyber attacks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published