Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 689 Bytes

File metadata and controls

18 lines (15 loc) · 689 Bytes

HackersWeekMalaga

The official webpage of the Hackers Week 2018. Visit HackersWeek. Organized by GDG Málaga and Consejo de Estudiantes

Info for the development environment

  • Install development dependencies npm i
  • Serve locally npm start
  • Build page npm run build
  • Update bower dependencies npm run update
  • Update development dependencies npm update
  • Test build version in browser npm run start-release
  • Before first deployment node_modules/.bin/firebase login
  • Deploy npm run deploy

Note: Currently, to deploy the app, use ./rdeploy.sh script.