Main webpage for Women in Tech
- Clone the repository
git clone https://github.com/WIT-MTY/webpage.git
- 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)
- Check for latest changes
git fetch
git pull
- Install dependencies
npm install
- Run the development server
npm run dev
- Check if it builds
npm run build
- Check current branch
git branch
- Move to another branch
git checkout branch_name
- Create a new branch
git checkout -b branch_name
- Add changes
git add .
- Commit changes
git commit -m "Description of change"
- Push changes
git push
Name | Github | |
---|---|---|
Alejandra Coeto | @Ale-Coeto | [email protected] |
Jimena Carmona | @JimenaCarmona2 | [email protected] |
Ángela Pesina | @Angela-Pesina | [email protected] |
Dany Herrera | ||
Caro Ramirez | @Caroramirezz | [email protected] |
├─ public
│ ├── favicon.ico
│ └── images
│
└─ app
├─ components
├─ (pages)
│ └─ main
│
│
└─ utils