SVR.JS website, built on Next.js https://svrjs.org
Find a file
2024-06-20 23:16:48 +05:30
actions login implemented 2024-06-20 19:08:05 +05:30
app download feature box thing is complete 2024-06-20 23:16:48 +05:30
components added admin downloads form 2024-06-20 21:07:45 +05:30
constants added admin downloads form 2024-06-20 21:07:45 +05:30
lib download feature box thing is complete 2024-06-20 23:16:48 +05:30
public added few more sections ig 2024-06-16 19:07:26 +05:30
.env.example download feature box thing is complete 2024-06-20 23:16:48 +05:30
.eslintrc.json this is good i believe 2024-06-15 18:25:33 +05:30
.gitignore this is good i believe 2024-06-15 18:25:33 +05:30
components.json this is good i believe 2024-06-15 18:25:33 +05:30
middleware.ts login implemented 2024-06-20 19:08:05 +05:30
next.config.mjs this is good i believe 2024-06-15 18:25:33 +05:30
package-lock.json download feature box thing is complete 2024-06-20 23:16:48 +05:30
package.json download feature box thing is complete 2024-06-20 23:16:48 +05:30
postcss.config.mjs this is good i believe 2024-06-15 18:25:33 +05:30
README.md this is good i believe 2024-06-15 18:25:33 +05:30
tailwind.config.ts fixed screensizes 2024-06-17 11:46:06 +05:30
tsconfig.json this is good i believe 2024-06-15 18:25:33 +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 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.