Find a file
aaditagrawal 8665d46042
Merge pull request #1 from aaditagrawal/stylex/preserve-electives-ui
refactor: port electives styling to StyleX without UI changes
2026-09-06 10:37:12 +05:30
public Initial commit from Create Next App 2025-12-04 03:46:26 +05:30
src fix: preserve resource arrow hover and clarify dialog styles 2026-09-06 09:04:11 +05:30
.gitignore Initial commit from Create Next App 2025-12-04 03:46:26 +05:30
bun.lock refactor: port electives styling to StyleX with UI parity 2026-09-06 08:45:43 +05:30
components.json first commit 2025-12-04 04:09:41 +05:30
eslint.config.mjs Initial commit from Create Next App 2025-12-04 03:46:26 +05:30
next.config.ts refactor: port electives styling to StyleX with UI parity 2026-09-06 08:45:43 +05:30
package.json refactor: port electives styling to StyleX with UI parity 2026-09-06 08:45:43 +05:30
postcss.config.mjs fix: preserve resource arrow hover and clarify dialog styles 2026-09-06 09:04:11 +05:30
README.md Initial commit from Create Next App 2025-12-04 03:46:26 +05:30
stylex.config.cjs refactor: port electives styling to StyleX with UI parity 2026-09-06 08:45:43 +05:30
tsconfig.json Initial commit from Create Next App 2025-12-04 03:46:26 +05:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.