unchecked!!! docker-compiler-nextjs
Go to file
2025-02-28 12:03:31 +08:00
.idea feat: add compiler fit for nextjs 2024-12-29 16:11:54 +08:00
abandoned fix:fix unrecognized .node and move unused files to abandoned 2024-12-30 18:28:11 +08:00
docs feat: add compiler fit for nextjs 2024-12-29 16:11:54 +08:00
public feat: add compiler fit for nextjs 2024-12-29 16:11:54 +08:00
src feat:add prototype timer for program running and compiling 2025-02-28 12:03:31 +08:00
.gitignore feat: add compiler fit for nextjs 2024-12-29 16:11:54 +08:00
eslint.config.mjs feat: add compiler fit for nextjs 2024-12-29 16:11:54 +08:00
LICENSE Initial commit 2024-12-29 06:42:55 +00:00
next.config.ts fix:fix errors in console 2025-02-27 09:53:04 +08:00
package-lock.json feat:use putarchive instead of share folder 2025-02-28 11:58:21 +08:00
package.json feat:use putarchive instead of share folder 2025-02-28 11:58:21 +08:00
postcss.config.mjs feat: add compiler fit for nextjs 2024-12-29 16:11:54 +08:00
README.md feat: add compiler fit for nextjs 2024-12-29 16:11:54 +08:00
tailwind.config.ts feat: add compiler fit for nextjs 2024-12-29 16:11:54 +08:00
tsconfig.json feat: add python feature 2024-12-29 17:25:34 +08:00

docker-compiler-nextjs

docker-compiler-nextjs

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 Geist, a new font family for Vercel.

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.