Next.js构建并且部署在Vercel上。
通过.env.local修改环境变量。详情见示例.env.local.example
npm run dev
# or
yarn dev所有VSCode风格相关的组件存于./components文件夹,在./pages更改框架内容,通过修改 ./components/Sidebar.jsx 和 ./components/Tabsbar.jsx增加或删除页面
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository
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.
