Skip to content

bittricky/password-generator

Repository files navigation

Password Generator

A simple web application built using Remix to generate secure passwords with customizable options.

Prerequisites

Ensure the following are installed on your machine:

Installation

  1. Clone the Repository
    If you have not cloned the repository already, do so:

    git clone <repository-url>
    cd bolt-password-generator
  2. Install Dependencies
    Run the following command to install the required dependencies:

    npm install

    Or if you use pnpm:

    pnpm install

Development Server

To start the development server and begin working on the application:

pnpm run dev

This will start the Remix development server. By default, the app will be available at http://localhost:5173.

Build for Production

To build the application for production:

pnpm run build

The build output will be generated in the build/ directory.

Start the Production Server

After building the application, you can start the production server:

npm run start

By default, the app will be available at http://localhost:5173.

About

A simple web application to generate passwords

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published