Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nextjs-starter-template
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Moorthy G
nextjs-starter-template
Commits
b8c16d4c
Commit
b8c16d4c
authored
Dec 08, 2025
by
Moorthy G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(.cursor/rules): update the rules
parent
8f50ac4a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
essential.mdc
.cursor/rules/essential.mdc
+1
-7
technical_design.mdc
.cursor/rules/technical_design.mdc
+3
-3
No files found.
.cursor/rules/essential.mdc
View file @
b8c16d4c
...
...
@@ -5,14 +5,8 @@ alwaysApply: true
---
# Essential Instructions
### Task Master
- Use window Windows-style pathname
- Tasks are located in tasks/tasks.json
- After task completion, explain the steps to verify it
- Commit the changes after you mark the task as compelted
- When you start the task make it as in-progress
### General
- Do not commit unless I ask you to
- Do not assume. If you have confusion, immediately discuss.
- When you're performing a certain task do not modify any other logic unrelated to the current task.
- You're always welcome to give suggestions
...
...
.cursor/rules/technical_design.mdc
View file @
b8c16d4c
...
...
@@ -32,8 +32,8 @@ You are an expert full-stack developer proficient in TypeScript, React, Next.js,
### Typescript
-
Always start the types we create with "I". ex: IEvent, IUser
- Wheneve
n you import a type. use explicit type keyword in import statement. ex: import { type I
Event } from './event'
-
Prefer type over interface
- Wheneve
r you import a type. use explicit type keyword in import statement. ex: import { type
Event } from './event'
### Authentication
- Use Google authentication with NextAuth.js
...
...
@@ -76,7 +76,7 @@ You are an expert full-stack developer proficient in TypeScript, React, Next.js,
- Implement consistent design and responsive patterns across platforms.
### Forms and validations
- Use react-hook-form pa
kc
age
- Use react-hook-form pa
ck
age
- Use zod to validate form fields
### State Management and Data Fetching
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment