Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 285 Bytes

File metadata and controls

10 lines (9 loc) · 285 Bytes

Local hosting procedure

  1. Make a folder.
  2. Open terminal in the folder and run this command
git clone https://github.com/TheCodeBeakers/new-website
  1. cd into the directory. cd new-website
  2. Install all dependencies. npm install
  3. Run the project npm start