SVR.JS website, built on Next.js https://svrjs.org
Find a file
Dorian Niemiec 1eb863debe
Some checks failed
Deploy Next.js application / deploy (push) Failing after 11m4s
fix: add JSX syntax for Prism
2025-01-01 10:13:32 +01:00
.forgejo/workflows ci: create a deployment workflow 2024-09-08 16:58:13 +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 JSX syntax for Prism 2025-01-01 10:13:32 +01:00
components fix: add JSX syntax for Prism 2025-01-01 10:13:32 +01:00
constants chore: update statistics in the about section 2024-12-27 15:45:58 +01:00
lib fix: disable cache for Sanity GROQ query for getting all the blog post slugs 2024-09-13 16:14:41 +02:00
pages feat: add link to SVR.JS Mods directory 2024-12-27 15:44:00 +01:00
public fix: tweak the monochromatic SVR.JS logo 2024-11-24 07:59:46 +01:00
schemaTypes feat: embed Sanity Studio 2024-09-07 14:59:43 +02:00
.env.example feat: add Matomo tracking code 2024-09-08 14:34:54 +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
.swcrc fix: fix broken Sanity Studio by reconfiguring SWC 2024-09-08 18:54:00 +02:00
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
LICENSE docs: add LICENSE 2024-09-08 18:24:25 +02:00
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 fix: disable in-memory cache for clustered Next.js 2024-09-08 17:47:30 +02:00
package-lock.json fix: fix more type errors and upgrade TypeScript and eslint-config-next 2024-12-10 20:44:41 +01:00
package.json fix: fix more type errors and upgrade TypeScript and eslint-config-next 2024-12-10 20:44:41 +01:00
postcss.config.mjs fix: install autoprefixer and execute SWC after "next build" for compatibility with older browsers 2024-09-08 18:04:40 +02:00
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
sanity.cli.ts build: load .env file for Sanity CLI configuration 2024-09-07 19:17:30 +02:00
sanity.config.ts fix: add basePath to Sanity Studio configuration 2024-09-07 15:50:01 +02:00
tailwind.config.ts prose tailwind 2024-07-01 00:12:13 +05:30
theme.config.tsx chore: update dependencies to latest versions and migrate Nextra configuration 2024-11-28 18:52:39 +01:00
tsconfig.json chore: update dependencies to latest versions and migrate Nextra configuration 2024-11-28 18:52:39 +01: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.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.