Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 518 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 518 Bytes

QAShot Microsite Front-end

Frontend of QAShot microsite

Development

  • clone repository
  • in root folder npm install
  • rename config.example.js to config.js and edit its values.
  • run npm run dev
  • open localhost:1234 in browser
  • before git push change version numbers in package.json and docker-compose.yml

Deployment

  • clone repository
  • in root folder npm install
  • rename config.example.js to config.js and edit its values.
  • run npm run build
  • deploy