Skip to content

Pectics/HFUT-INFO

Repository files navigation

HFUT Info API

这是一个使用 create-next-app 引导的 Next.js 项目。它提供了与合肥工业大学相关信息的各种 API。

开始

首先,运行开发服务器:

npm run dev
# 或者
yarn dev
# 或者
pnpm dev
# 或者
bun dev

打开浏览器访问 http://localhost:3000 查看结果。

构建项目

要构建项目,运行:

npm run build
# 或者
yarn build
# 或者
pnpm build
# 或者
bun build

启动生产服务器

要启动生产服务器,运行:

npm start
# 或者
yarn start
# 或者
pnpm start
# 或者
bun start

代码检查

要检查代码,运行:

npm run lint
# 或者
yarn lint
# 或者
pnpm lint
# 或者
bun lint

了解更多

要了解更多关于 Next.js 的信息,请查看以下资源:

你可以查看 Next.js GitHub 仓库 - 欢迎你的反馈和贡献!

About

提供与合肥工业大学相关的各种API

Resources

License

Stars

Watchers

Forks