From 33641b22f8a01c7c5646b625f71ed4f6b786fc7e Mon Sep 17 00:00:00 2001 From: Robert Buj Date: Tue, 28 Jan 2025 12:53:15 +0100 Subject: [PATCH] README.md (fix heading levels) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e00da0..1725cae 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ [![Node.js CI](https://github.com/rbuj-UOC/M4.256-PAC1/actions/workflows/node.js.yml/badge.svg)](https://github.com/rbuj-UOC/M4.256-PAC1/actions/workflows/node.js.yml) # PAC 1 -# Prerequisits +## Prerequisits - Instal·lar i executar [Docker Desktop](https://www.docker.com/products/docker-desktop/) - Instal·lar [Node.js 20](https://nodejs.org/en/download/package-manager/current) - Instal·lar [Angular](https://angular.dev/tools/cli/setup-local) -# backend +## backend En la carpeta *backend* hi ha els fitxers necessaris per a executar la base de dades i el *backend* en contenidors *Docker*. ``` cd backend ./start.sh ``` -# frontend +## frontend En la carpeta *frontend* hi ha els fitxers necessaris per a executar el frontend des d'un terminal o bé depurar el codi amb [VS Code](https://code.visualstudio.com/). ``` cd frontend @@ -23,6 +23,6 @@ ng serve Com a exercici opcional s'ha realitzat la internacionalització i localització de l'aplicació. [REF](https://levelup.gitconnected.com/angular-dynamic-language-i18n-l10n-300d76c31b17) -# Postman +## Postman - [uoc-blog](https://www.postman.com/rbuj/workspace/uoc)