JennyBienes / Project-Team-description

https://jennybienes.github.io/Project-Team-description/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proyecto Módulo 1 THE GIRLS

Este proyecto consiste en una página web y un formulario para darnos a conocer adaptada a distintos dispositivos.

This project consists of a website and a form to make ourselves known adapted to different devices.

Información de interes ⚠️ / Useful information ⚠️

En este trabajo hemos incluido nuestras descripciones y perfiles para conocernos mejor.

In this work we have included our descriptions and profiles to get to know each other better.

Comenzando 🚀 / Starting 🚀

Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento en tu máquina local para propósitos de desarrollo y pruebas.

These instructions will allow you to get a working copy of the project on your local machine for development and testing purposes.

Pre-requisitos 📋 / Prerequisites 📋

¿Que necesitas para instalar el software?

Necesitas tener instalado Node JS

What do you need to install the software?

You need to have installed Node JS

Instalación 🔧 / Installation 🔧

  1. Descargar este repositorio en zip o clonar el repositorio en tu dispositivo (si clonas el repositorio, ten en cuenta de que no podrás añadir tus commits)
  2. Abre una terminal en la carpeta raíz de tu repositorio
  3. Instala las dependencias locales ejecutando en la terminal el comando:
npm install
  1. Download this repository in zip or clone the repository on your device (if you clone the repository, note that you will not be able to add your commits).
  2. Open a terminal in the root folder of your repository.
  3. Install the local dependencies by running the command in the terminal:
npm install

Arrancar el proyecto ⚙️ / Starting the project ⚙️

Una vez hecho el paso anterior, hay que arrancar el proyecto cada vez que programes. Para ello, ejecuta el comando:

npm start

A continuación puedes observar que:

  • Se abrirá una ventana en tu navegador pretederminado, que mostrará tu web.
  • Los ficheros sobre lo que trabajarás estan dentro de la carpeta src/

Once you have done the previous step, start the project every time you program. To do this, run the command:

npm start

Then you can see that:

  • A window will open in your pre-finished browser, which will display your website.
  • The files you will be working on are inside the src/ folder.

Publicar el proyecto en GitHub Pages 📚 / Publish the project on GitHub Pages 📚

Introducir el comando

npm run docs

Y a continuación:

  1. Sube tu repo a la carpeta docs/ que se te acaba de generar
  2. Entra en la pestaña settings de tu repositorio
  3. En el apartado de GitHub Pages activa la opción master branch/docs folder

Enter the command

npm run docs

And then:

  1. Upload your repo to the docs/ folder that was just generated for you.
  2. Go to the settings tab of your repo
  3. In the GitHub Pages section activate the master branch/docs folder option.

Construido con 🛠️ / Built with 🛠️

  • Adalab-web-starter-kit
  • HTML
  • SASS
  • GULP
  • GIT

Autores ✒️ / Authors ✒️

Colaboradores 🖊️ / Partners 🖊️

  • Adalab -Realización de Adalab Starter Kit Github

Licencia 📄 / Licence 📄

Este proyecto está bajo la Licencia MIT License mira el archivo LICENSE para más detalles

This project is licensed under the License MIT License see the LICENSE file for more details.

Gracias 🎁 / Thanks 🎁

  • Gracias a las compañeras y profesores de Adalab 🍺
  • Thanks to the colleagues and teachers of Adalab 🍺

About

https://jennybienes.github.io/Project-Team-description/

License:MIT License


Languages

Language:HTML 54.4%Language:SCSS 24.4%Language:CSS 13.6%Language:JavaScript 7.6%