# HappyDev Montpellier landing website
Collaborative development for the landing page.
## #1 Development
### Locally
```shell
git clone https://gitlab.com/happy-dev-montpellier/hd-mpt-landing.git
```
### Cloud
There is a cloud-based file manager for editing files inside a 'preview' or 'staging' enviroment.
#### https://dev.hdmpt.misitioba.com/fs/root/
## #2 Preview
The project hosted at "https://dev.hdmpt.misitioba.com/fs/root/" is served at the follow url.
#### https://preview.hdmpt.misitioba.com/
## #3 Deploy
There is a gitlab repository with the "Gitlab Pages" feature enabled (Free hosting with https)
**All changes pushed to master will trigger the deployment**
- https://gitlab.com/happy-dev-montpellier/hd-mpt-landing
## Public url
- http://hdmpt.misitioba.com/ (Temporal url)
- http://montpellier.happy-dev.fr/ (Needs configuration inside the gitlab repo settings)
## Extra
### Terminal
The IDE features a terminal, changes can be included to git and pushed to gitlab right away.
```shell
cd /root
git add .
git commit -m"new logo"
git push gl master
//enter your gitlab credentials
```
### Gitlab accounts
Add here your gitlab nickname to grant you access to the repository.
- @javimosch
- @julevzat
- @Arnaud.Morvan