These instructions will help you set up and run the project on your local machine.
Ensure you have the following software installed on your machine:
- Node.js: Download and install from nodejs.org
- npm: Comes with Node.js. You can also use
yarnas an alternative. Install Yarn from yarnpkg.com
-
Clone the repository:
git clone https://github.com/shzzd/ati-card-task.git cd ati-card-task.git -
Install dependencies:
Using npm:
npm install
Or using Yarn:
yarn install
To run the application in development mode, execute the following command:
Using npm:
npm start