Code Purifier is a web application designed to remove sensitive information from your code. It ensures that your code is clean and free from any personal or sensitive data before sharing or deploying.
- Sensitive Information Removal: Automatically detects and removes sensitive information such as API keys, access tokens, usernames, passwords, and more.
- User-Friendly Interface: Simple and intuitive interface for easy code input and output.
- Quick Processing: Fast purification of code with real-time feedback.
Follow these instructions to set up and run Code Purifier on your local machine.
- Node.js (v16 or higher)
- npm (v7 or higher)
-
Clone the repository:
git clone https://github.com/yourusername/code-purifier.git cd code-purifier
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
to access the application.
To build the application for production, run:
npm run build
To preview the production build, run:
npm run preview
npm run dev
: Starts the development server.npm run build
: Builds the application for production.npm run preview
: Previews the production build.npm run format
: Formats the code using Prettier.npm run lint
: Lints the code using ESLint and Prettier.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This README was generated with AI assistance However no code was created with AI assistance. Made with ❤️ by Max