A modern cybersecurity blog built with React, TypeScript, and TailwindCSS.
- Clone the repository
git clone https://github.com/lanroo/kloresec.git
cd kloresec- Install dependencies
npm install
# or
yarn install- Start development server
npm run dev
# or
yarn dev- Open the browser
Visit
http://localhost:5173
- React 18
- TypeScript
- Vite
- TailwindCSS
- Lucide Icons
- React Router DOM
npm run build
# or
yarn buildThe build files will be in the dist directory.
Create a .env file in the root directory:
VITE_APP_URL=your_production_urlThis project is licensed under the MIT License - see the LICENSE file for details.
pen a Pull Request
