AniX - Unofficial Web Client for Anixart, using next.js
Find a file
2024-08-11 17:04:45 +05:00
.github/workflows deploy: ignore changes for TODO and README files 2024-08-11 00:22:25 +05:00
app fix: social buttons & profile status new lines 2024-08-11 17:04:45 +05:00
public feat: add openGraph metadata 2024-08-04 16:28:41 +05:00
.eslintrc.json New Home page, New UI, Proxy api requests through next.js api routes 2024-07-11 07:33:56 +05:00
.gitignore #Trigger Vercel Prod Build 2024-08-10 18:42:17 +05:00
next.config.mjs New Home page, New UI, Proxy api requests through next.js api routes 2024-07-11 07:33:56 +05:00
package-lock.json Merge remote-tracking branch 'origin/feat_player' 2024-07-29 21:39:37 +05:00
package.json Merge remote-tracking branch 'origin/feat_player' 2024-07-29 21:39:37 +05:00
postcss.config.mjs New Home page, New UI, Proxy api requests through next.js api routes 2024-07-11 07:33:56 +05:00
README.md New Home page, New UI, Proxy api requests through next.js api routes 2024-07-11 07:33:56 +05:00
tailwind.config.js feat: add dark theme 2024-08-02 20:55:01 +05:00
TODO.md fix: social buttons & profile status new lines 2024-08-11 17:04:45 +05:00
tsconfig.json Merge remote-tracking branch 'origin/feat_player' 2024-07-29 21:39:37 +05:00
vercel.json deploy: fix vercel.json schema 2024-08-11 00:11:32 +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
# or
bun dev

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

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

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.