- We want to assess your skills as a generalist software engineer.
- We are looking for people who are able to work on a variety of projects and technologies.
- We are not explicitly looking for expertise in a specific technology or domain. An ideal candidate would be able to work with a variety of technologies.
We would like you to setup this application on your local environment, we will give you some challenges to implement during our interview on this codebase.
- Please make sure you have Node.js version 18.3 or higher
- Please ensure that the FULL project can be run in your local environment
⚠️ Make sure not to publish your work on this repository.⚠️
- Install pnpm globally
npm install -g [email protected]
- Install dependecies using pnpm
pnpm install
- Make sure you are able to run dev mode of application without any compile/runtime errors
pnpm dev