An editor made for programming with AI 🤖
 
Go to file
raymond-ley b8bdada34e Add the process of deleting resource files 2023-03-24 14:56:59 +08:00
assets hello world! 2023-03-23 01:32:32 -07:00
src Formatting 2023-03-24 01:29:32 -04:00
tutor hello world! 2023-03-23 01:32:32 -07:00
.babelrc hello world! 2023-03-23 01:32:32 -07:00
.eslintfc.json hello world! 2023-03-23 01:32:32 -07:00
.gitignore Check in todesktop files 2023-03-23 02:19:04 -07:00
.npmrc hello world! 2023-03-23 01:32:32 -07:00
.prettierrc hello world! 2023-03-23 01:32:32 -07:00
LICENSE hello world! 2023-03-23 01:32:32 -07:00
README.md Update README.md 2023-03-23 21:10:12 -07:00
forge.config.js Remove notarize 2023-03-23 01:41:00 -07:00
package-lock.json hello world! 2023-03-23 01:32:32 -07:00
package.json hello world! 2023-03-23 01:32:32 -07:00
postcss.config.js hello world! 2023-03-23 01:32:32 -07:00
setup.ps1 Fix windows setup script 2023-03-23 21:50:55 -07:00
setup.sh Add the process of deleting resource files 2023-03-24 14:56:59 +08:00
tailwind.config.js hello world! 2023-03-23 01:32:32 -07:00
todesktop-runtime-config.json Check in todesktop files 2023-03-23 02:19:04 -07:00
todesktop.json Check in todesktop files 2023-03-23 02:19:04 -07:00
tsconfig.json hello world! 2023-03-23 01:32:32 -07:00
webpack.main.config.js hello world! 2023-03-23 01:32:32 -07:00
webpack.renderer.config.js hello world! 2023-03-23 01:32:32 -07:00
webpack.rules.js hello world! 2023-03-23 01:32:32 -07:00

README.md

Cursor

This is the repo for Cursor, 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 to download and try out the editor.

Contributing

Setup

MacOS/Linux:

npm i
./setup.sh

Windows:

npm i
./setup.ps1

Run

npm start