Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 346 Bytes

File metadata and controls

17 lines (12 loc) · 346 Bytes

DevtownTask

Follow these steps to run this project locally:

  1. Clone the Repository:

    git clone https://github.com/your-username/your-repo.git

  2. Navigate to the Project Directory:

    cd your-repo

  3. Install Dependencies:

    npm install

  4. Start the Development Server:

    npm start

  5. Build for Production:

    npm run build