From d26dc0f7002e5a012dc34f09d937441c66b9b9db Mon Sep 17 00:00:00 2001 From: Cerebromaniaco Date: Sat, 28 Feb 2026 14:21:58 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20mejora=20README=20con=20badges=20y=20au?= =?UTF-8?q?tor,=20actualiza=20package.json,=20a=C3=B1ade=20LICENSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 21 +++++++++++++++++++++ README.md | 12 +++++++++++- package.json | 5 +++-- 3 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..1992e528 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Javier Fernández (@planetazuzu) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index cd03ae6d..38a00083 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ -# EMERGES TES - Guía Digital de Protocolos de Emergencias +# EMERGES TES - Guía Digital de Protocolos de Emergencias 🏥 **Aplicación web progresiva (PWA)** diseñada como herramienta de referencia rápida para **Técnicos de Emergencias Sanitarias (TES)** y profesionales de emergencias médicas. +![Estado](https://img.shields.io/badge/Estado-En%20desarrollo-blue) +![PWA](https://img.shields.io/badge/PWA-Ready-green) +![TypeScript](https://img.shields.io/badge/TypeScript-5.8-blue) +![React](https://img.shields.io/badge/React-19-blue) +![License](https://img.shields.io/badge/License-MIT-green) + +## 👤 Autor +**Javier Fernández** · [@planetazuzu](https://github.com/planetazuzu) +TES · Developer · La Rioja 🇪🇸 + --- ## 🎯 Objetivo Funcional diff --git a/package.json b/package.json index 4409dee7..787babe6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "vite_react_shadcn_ts", + "name": "guia-tes-digital", + "description": "Guía digital de protocolos de emergencias para TES", "private": true, - "version": "0.0.0", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite",