Paradigm Threat Site

Ari Asulin authored 20 days ago
.husky add standard js. add webm support. clean up files 1 month ago
.idea popimage fix 20 days ago
app popimage fix 20 days ago
components popimage fix 20 days ago
cypress cypress/deploy fixes 1 month ago
scripts script update 1 month ago
server add standard js. add webm support. clean up files 1 month ago
.env dynamic nav fixes 1 month ago
.eslintrc add standard js. add webm support. clean up files 1 month ago
.gitignore initial commit 1 month ago
.gitmodules add standard js. add webm support. clean up files 1 month ago
README.md initial commit 1 month ago
cypress.config.ts cypress/deploy fixes 1 month ago
mdx-components.tsx initial commit 1 month ago
middleware.ts add standard js. add webm support. clean up files 1 month ago
next.config.js add standard js. add webm support. clean up files 1 month ago
package.json version bump 28 days ago
postcss.config.js add standard js. add webm support. clean up files 1 month ago
tailwind.config.ts initial commit 1 month ago
tsconfig.json install zod validation 1 month ago
types.d.ts initial commit 1 month ago
README.md

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

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

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/index.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

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.