Lethean Trade DEX — Next.js frontend
Find a file
2026-02-16 23:57:55 +03:00
.github/workflows feat: upgrade nextjs version & refactor 2026-01-10 20:31:58 +05:00
.husky finish 2025-06-02 11:40:07 +05:00
public add: token icons 2026-01-26 15:58:23 +05:00
shared finish 2025-06-02 11:40:07 +05:00
src update: update get-user-orders fetch interface 2026-02-16 23:57:55 +03:00
submodules feat: integrate submodule & fix svgr imports 2026-01-17 15:50:06 +05:00
.editorconfig debug 2025-07-01 19:12:19 +07:00
.env.example remove old API_URL env 2025-07-05 18:17:12 +07:00
.eslintignore feat: upgrade nextjs version & refactor 2026-01-10 20:31:58 +05:00
.eslintrc.cjs feat: upgrade nextjs version & refactor 2026-01-10 20:31:58 +05:00
.gitignore finish 2025-06-02 11:40:07 +05:00
.gitmodules feat: integrate submodule & fix svgr imports 2026-01-17 15:50:06 +05:00
.prettierignore feat: upgrade nextjs version & refactor 2026-01-10 20:31:58 +05:00
jsconfig.json finish 2025-06-02 11:40:07 +05:00
next-env.d.ts fix: reslove audit issues & isolate svg styles 2026-01-18 15:56:48 +05:00
next.config.js feat: integrate submodule & fix svgr imports 2026-01-17 15:50:06 +05:00
package-lock.json fix: reslove audit issues & isolate svg styles 2026-01-18 15:56:48 +05:00
package.json fix: reslove audit issues & isolate svg styles 2026-01-18 15:56:48 +05:00
prettier.config.mjs feat: upgrade nextjs version & refactor 2026-01-10 20:31:58 +05:00
README.md finish 2025-06-02 11:40:07 +05:00
tsconfig.json Merge branch dev into master 2026-01-17 19:10:48 +05:00

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

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

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

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.