Actualizar README.md
This commit is contained in:
@@ -5,41 +5,14 @@ Sistema de gestion de historias clinicas ambulatorias y de internacion escrito e
|
|||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
En base a imagen de docker
|
En base a imagen de docker
|
||||||
1. Clonar el repositorio
|
1. mkdir administracionhce
|
||||||
2. docker conpose up -d
|
2. cd administracionhce
|
||||||
|
3. git clone https://git.pi.neuroblastos.ar/snlavaise/administracionHospital #Clonar localmente el repositorio
|
||||||
|
4. docker compose up -d
|
||||||
|
|
||||||
El compose compilara la imagen de docker localmente e iniciara el contenedor
|
El compose compilara la imagen de docker localmente e iniciara el contenedor
|
||||||
|
|
||||||
3. Acceder a http://localhost:8077
|
Accesible a través de http://localhost:8077
|
||||||
|
|
||||||
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).
|
|
||||||
|
|
||||||
|
|
||||||
You can also install [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) for React-specific lint rules:
|
|
||||||
|
|
||||||
```js
|
|
||||||
// eslint.config.js
|
|
||||||
import reactX from 'eslint-plugin-react-x'
|
|
||||||
import reactDom from 'eslint-plugin-react-dom'
|
|
||||||
|
|
||||||
export default defineConfig([
|
|
||||||
globalIgnores(['dist']),
|
|
||||||
{
|
|
||||||
files: ['**/*.{ts,tsx}'],
|
|
||||||
extends: [
|
|
||||||
// Other configs...
|
|
||||||
// Enable lint rules for React
|
|
||||||
reactX.configs['recommended-typescript'],
|
|
||||||
// Enable lint rules for React DOM
|
|
||||||
reactDom.configs.recommended,
|
|
||||||
],
|
|
||||||
languageOptions: {
|
|
||||||
parserOptions: {
|
|
||||||
project: ['./tsconfig.node.json', './tsconfig.app.json'],
|
|
||||||
tsconfigRootDir: import.meta.dirname,
|
|
||||||
},
|
|
||||||
// other options...
|
|
||||||
},
|
|
||||||
},
|
|
||||||
])
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user