https://github.com/intercom/minicom-next-public
A stripped-down version of the repository you'll work on in your interview
https://github.com/intercom/minicom-next-public
Last synced: 9 months ago
JSON representation
A stripped-down version of the repository you'll work on in your interview
- Host: GitHub
- URL: https://github.com/intercom/minicom-next-public
- Owner: intercom
- License: mit
- Created: 2025-04-14T20:42:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-17T13:03:09.000Z (9 months ago)
- Last Synced: 2025-06-17T14:22:53.329Z (9 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minicom Next
## About
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.
## Getting Started
0. **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:
```bash
node -v
npm -v
```
If you don't have them already installed, we suggest following [these steps](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
1. **Install dependencies**:
```bash
npm install
```
2. **Run the development server**:
```bash
npm run dev
```
3. **Open in browser**:
Open [http://localhost:3000](http://localhost:3000) to see the application.