Website of the MTH association which help local meetups in Montpellier, France. More information on montpellier-techhub.org.
# 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 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