Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 499 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 499 Bytes

This was created using the test cases from the interview question's github repo. Please email me at [email protected] if you have any questions.

The project was created with Next.Js and deployed via Vercel at the following URL: https://pronvest-interview.vercel.app/

To run the project locally, make sure you have the latest version of NodeJS installed, and run the following commands from within the cloned repository. The local app is available at localhost:3000.

npm run i

npm run dev