This is the starting project for the PicassoMD engineering interview task. You'll be asked to use this project if you're selected for an interview for an engineering role.
- Ensure you have Node.js and the Yarn package manager installed.:w
- Clone this repository.
- Install the dependencies using
yarn install. - Start the dev server using
yarn start.
This should open the page in your browser. If it doesn't, navigate to http://localhost:3000/ to see the initial page.
Add the features requested in the task instructions that you received.