An editor made for programming with AI 🤖
 
Go to file
Michael Truell 568c7df59c
Update README.md
2023-03-23 01:36:34 -07:00
assets hello world! 2023-03-23 01:32:32 -07:00
src hello world! 2023-03-23 01:32:32 -07: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 hello world! 2023-03-23 01:32:32 -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 01:36:34 -07:00
forge.config.js hello world! 2023-03-23 01:32:32 -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
tailwind.config.js hello world! 2023-03-23 01:32:32 -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.

Contributing

To get started:

./setup.sh
npm i

To run:

npm start