Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.03 KB

SETUP.md

File metadata and controls

24 lines (20 loc) · 1.03 KB

Dependencies

Cloning From GitHub

To clone the repository, either use the Git GUI if you have one installed or enter the following commands:

git clone https://github.com/UAceIt-Winter-of-Mentorship/Days-of-Design.git
cd Days-of-Design

Note: If you want to contribute, first fork the original repository and clone your forked repository into your local machine. If you don't do this, you will not be able to make commits or change any files.

git clone https://github.com/UAceIt-Winter-of-Mentorship/Days-of-Design.git
cd Days-of-Design

Setup

  1. Install npm dependencies: npm install
  2. Start the server: node app.js

Navigate to http://localhost:3000/ in your web browser to access the website.