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 build
The build files will be in the dist
directory.
Create a .env
file in the root directory:
VITE_APP_URL=your_production_url
This project is licensed under the MIT License - see the LICENSE file for details.
pen a Pull Request