Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 256 Bytes

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