Skip to content

Start Cursor is a project for collecting and sharing Cursor AI rules and tips. In the future, the developers will be divided into two parts: coding with Cursor and the others. Here is the place for helping all developers to get the most out of Cursor AI.

Notifications You must be signed in to change notification settings

le0zh0u/start-cursor

Repository files navigation

logo

Start Cursor

Cursor AI is a big step for all developers.

Start Cursor let you as quick as possible be familiar with Cursor AI, helping you build different types of projects with ease.

My Thoughts: In the future, the developers will be divided into two parts: coding with Cursor and the others.

Features

  • Rule Template
  • Rule Ignore [DOING]
  • Rule Guide [DOING]
  • Rule Project
  • Rule Category
  • Rule Admin [DOING]

Tech Stack

How to use

  1. Online: Start Cursor
  2. Offline: Local Deployment

Local Deployment

  • Clone this repo
  • Copy .env.example to .env and set the environment variables
  • Install dependencies: pnpm install
  • Migrate database: pnpm run db:generate
  • Start the app: pnpm run dev
  • Visit http://localhost:3000

Variables

  • DATABASE_URL: The URL of the database to connect to.
  • ADMIN_SLUG: The slug for the admin page.
  • NEXT_PUBLIC_APP_URL: The URL of the app.

Scripts

Database

Reset database

remove the migrations file in prisma folder, then run:

npx prisma migrate reset

npx prisma migrate dev --name init

Who am I

I'm a full stack developer who loves to build things for myself and others.

When I first started using Cursor AI, I was amazed by its capabilities. However, I found it difficult to find and share useful rules for my different projects. So I decided to build this project to help others like me.

If you have any questions or suggestions, please feel free to contact me.

About

Start Cursor is a project for collecting and sharing Cursor AI rules and tips. In the future, the developers will be divided into two parts: coding with Cursor and the others. Here is the place for helping all developers to get the most out of Cursor AI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages