# cursor **Repository Path**: darkak/cursor ## Basic Information - **Project Name**: cursor - **Description**: An editor built for programming with AI 🤖 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-24 - **Last Updated**: 2023-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cursor This is the repo for [Cursor](https://www.cursor.so), an editor built for pair programming with AI. Feel free to file tickets for bugs or feature requests. Upvote 👍 the ones you'd like us to prioritize. ## Getting Started Head over to [our website](https://cursor.so/) to download and try out the editor. ## Contributing ### Setup MacOS/Linux: ``` npm i ./setup.sh ``` Windows: ``` npm i ./setup.ps1 ``` ### Run ``` npm start ```