SVR.JS website, built on Next.js https://svrjs.org
Find a file
Abhijit Bhattacharjee f46d0f00a9
Merge pull request #11 from DorianNiemiecSVRJS/main
Fix vulnerability deletion API.
2024-08-09 17:16:28 +05:30
actions maybe fixed 2024-06-22 14:00:51 +05:30
app Fix vulnerability deletion API. 2024-08-09 13:36:28 +02:00
components added somestuffs 2024-08-08 22:53:56 +05:30
constants minor changes pt1 2024-08-01 20:02:57 +05:30
lib added somestuffs 2024-08-08 22:53:56 +05:30
pages seo optimization pt2 2024-08-01 20:47:45 +05:30
public opengraph image update 2024-07-28 20:21:55 +05:30
svrjs blog updated added seo metadata paginations 2024-08-08 22:11:35 +05:30
.env.example sanity-studio integrated 2024-08-08 14:51:56 +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
bun.lockb minor changes pt1 2024-08-01 20:02:57 +05:30
components.json this is good i believe 2024-06-15 18:25:33 +05:30
hashedpass.js secured hashed password 2024-06-27 14:42:28 +05:30
middleware.ts api secured 2024-08-08 15:44:09 +05:30
next.config.mjs sanity-studio integrated 2024-08-08 14:51:56 +05:30
package-lock.json error #1 maybe fix 2024-08-08 14:57:42 +05:30
package.json error #1 maybe fix 2024-08-08 14:57:42 +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 prose tailwind 2024-07-01 00:12:13 +05:30
theme.config.tsx metadata updated 2024-08-02 23:11:45 +05:30
tsconfig.json contact page implemented 2024-07-03 22:59:49 +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.