This is a stripped-down version of the repository you'll work on in your interview. It contains only the essential structure and dependencies to make sure things will work for you during the on-site. It's intended as a starting point for development.
-
Pre-requisites:
- A Node.js version greater than 18.17.0 and the
npm
command line interface. You can check for both with the following commands:
node -v npm -v
If you don't have them already installed, we suggest following these steps.
- A Node.js version greater than 18.17.0 and the
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open in browser: Open http://localhost:3000 to see the application.