Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 473 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 473 Bytes

HacktoberFest website for OWASP Student Chapter, TIET

To get Started:

  1. Open terminal.
  2. Run npm i -g yarn in therminal to install yarn.
    This step is required to be done once only.
  3. Navigate to your project directory in the terminal.
  4. Run yarn or yarn install in terminal to install required packages.
  5. Run yarn dev to start your project on localhost🚀