- This repo provides everything you will need to undertake the KnownOrigin technical test for your second interview.
- Please clone this repo and get it setup before you arrive for the test.
- During the test one of the engineers from KnownOrigin will select a problem and sit with you and run through the test and any issues you may have.
- Node.js >=18
- npm >=8
- Suitable development environment with access to the internet
- Install dependencies:
npm install
- To run the src/index.ts file:
npm start
, this will start a watch server. - The solution has come preinstalled with TypeScript and Jest, if you are more familiar with JavaScript, feel free to rename the files.
- Please do not fork this repository.
- Please do not commit your code to GitHub.