Skip to content

CutCode-org/CutCodeWebsite

Repository files navigation

CutCode - Website

CutCode landing website code.

  • Installation and Running.

    • Clone this repo and open your cmd,powershell or git bash.
    • Run this command to install all the dependencies.
      npm install or npm i.
    • Run the following command to run the website.
      npm start.
    • Start editing the code.