A simple web application built using Remix to generate secure passwords with customizable options.
Ensure the following are installed on your machine:
-
Clone the Repository
If you have not cloned the repository already, do so:git clone <repository-url> cd bolt-password-generator
-
Install Dependencies
Run the following command to install the required dependencies:npm install
Or if you use
pnpm
:pnpm install
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.
To build the application for production:
pnpm run build
The build output will be generated in the build/
directory.
After building the application, you can start the production server:
npm run start
By default, the app will be available at http://localhost:5173.