MontpellierTechHub / site

Montpellier Tech Hub association site

Home Page:https://www.montpellier-techhub.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Montpellier Tech Hub site

Website of the MTH association which help local meetups in Montpellier, France. More information on montpellier-techhub.org.

Dev

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Build

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

You can build a docker image to run the site

# build docker image
docker build -t MontpellierTechHub/site:local .

# run image
docker run -p 3000:80 MontpellierTechHub/site:local

# Site available in localhost:3000

About

Montpellier Tech Hub association site

https://www.montpellier-techhub.org/


Languages

Language:Vue 46.1%Language:CSS 41.9%Language:JavaScript 10.0%Language:HTML 1.9%Language:Dockerfile 0.2%