Skip to content

UEK-i-team/team-homepage

Repository files navigation

team-homepage

kni.uek.krakow.pl homepage content

How to run a project locally

  • npm install
  • run project
    • for windows: npm run start
    • for macOS: npm run start:mac

If an error appears, use: npm install -g gatsby-cli and try again