Skip to content

erikpersson0884/TEK830-Application

Repository files navigation

John Blund

TEK830 - Digitalization and AI in practice

Github version GitHub repo size GitHub last commit Github author

To run locally

  • run npm install to install all packages, if you have not done so before
  • run npm run dev in the terminal
  • go to the provided link (defaults to http://localhost:3000/)

To deploy the applicaiton

  • run npm run build and then npm run deploy (or run npm run buildAndDeploy)
  • The page should then be built and deployed to github pages via the package gh-pages