SVR.JS website, built on Next.js https://svrjs.org
Find a file
2024-09-07 12:19:23 +02:00
.github/workflows ci: fix the GitHub action which mirrors contents of the repository 2024-09-07 07:44:25 +02:00
.husky build: add lint-staged and update Git hooks 2024-09-07 08:36:41 +02:00
app fix: add metadata to the newsletter page 2024-09-07 12:19:23 +02:00
components fix: replace statistics with real ones 2024-09-07 11:28:16 +02:00
constants fix: change the capitalization of words in the footer 2024-09-07 12:15:39 +02:00
lib fix: add and change many email-related environment variables 2024-09-07 11:08:25 +02:00
pages fix: replace "SVRJS" with "SVR.JS" 2024-09-07 09:39:26 +02:00
public fix: replace the "SVR.JS in action" thumbnail with one from Odysee video 2024-09-07 11:15:33 +02:00
svrjs made the blog perfecto 2024-08-26 20:56:02 +05:30
.env.example fix: add and change many email-related environment variables 2024-09-07 11:08:25 +02:00
.eslintrc.json build: add Prettier and integrate it with ESLint 2024-09-07 09:10:23 +02:00
.gitignore this is good i believe 2024-06-15 18:25:33 +05:30
commitlint.config.js build: add husky and commitlint for commit validation 2024-09-07 08:32:24 +02:00
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
lint-staged.config.js build: add lint-staged and update Git hooks 2024-09-07 08:36:41 +02:00
middleware.ts Secure newsletter-related API endpoints 2024-08-27 13:37:03 +02:00
next.config.mjs sanity-studio integrated 2024-08-08 14:51:56 +05:30
package-lock.json build: add Prettier and integrate it with ESLint 2024-09-07 09:10:23 +02:00
package.json build: add lint:fix npm script 2024-09-07 09:11:51 +02:00
postcss.config.mjs this is good i believe 2024-06-15 18:25:33 +05:30
prettier.config.js build: add Prettier and integrate it with ESLint 2024-09-07 09:10:23 +02:00
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 fix: replace "SVRJS" with "SVR.JS" 2024-09-07 09:39:26 +02:00
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.