Skip to content

lanroo/kloresec

Repository files navigation

KLORE Security Blog

A modern cybersecurity blog built with React, TypeScript, and TailwindCSS.

KLORE Security

🚀 Quick Start

  1. Clone the repository
git clone https://github.com/lanroo/kloresec.git
cd kloresec
  1. Install dependencies
npm install
# or
yarn install
  1. Start development server
npm run dev
# or
yarn dev
  1. Open the browser Visit http://localhost:5173

🛠️ Built With

  • React 18
  • TypeScript
  • Vite
  • TailwindCSS
  • Lucide Icons
  • React Router DOM

🌐 Production Build

npm run build
# or
yarn build

The build files will be in the dist directory.

🔧 Environment Variables

Create a .env file in the root directory:

VITE_APP_URL=your_production_url

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

pen a Pull Request

Releases

No releases published

Packages

No packages published

Languages