Skip to content

WIT-MTY/webpage

Repository files navigation

Women in Tech

Main webpage for Women in Tech

Tech Stack

Installation

  1. Clone the repository
git clone https://github.com/WIT-MTY/webpage.git
  1. Create a .env file in the root directory of the project and add the following environment variables (if env variables are used)
cp .env.example .env

(Or just make sure that the .env file is in the root directory)

Run

  1. Check for latest changes
git fetch
git pull
  1. Install dependencies
npm install
  1. Run the development server
npm run dev
  1. Check if it builds
npm run build

Branches

  1. Check current branch
git branch
  1. Move to another branch
git checkout branch_name
  1. Create a new branch
git checkout -b branch_name

Deploy or save changes

  1. Add changes
git add .
  1. Commit changes
git commit -m "Description of change"
  1. Push changes
git push

Development Team

Name Github Email
Alejandra Coeto @Ale-Coeto alecoeto@hotmail.com
Jimena Carmona @JimenaCarmona2 jimenagarcia0284@gmail.com
Ángela Pesina @Angela-Pesina anpesina08@gmail.com
Dany Herrera @DanHeGa danyhega005@gmail.com
Caro Ramirez @Caroramirezz caroramirezgz@gmail.com

Proyect structure

├─ public
│   ├── favicon.ico
│   └── images
│
└─ app
    ├─ components
    ├─ (pages)
    │   └─ main
    │     
    │       
    └─ utils