Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 1.21 KB

README-en.md

File metadata and controls

70 lines (52 loc) · 1.21 KB

HFUT Info API

This is a Next.js project bootstrapped with create-next-app. It provides various APIs related to Hefei University of Technology (HFUT) information.

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.

Building the Project

To build the project, run:

npm run build
# or
yarn build
# or
pnpm build
# or
bun build

Starting the Production Server

To start the production server, run:

npm start
# or
yarn start
# or
pnpm start
# or
bun start

Linting the Project

To lint the project, run:

npm run lint
# or
yarn lint
# or
pnpm lint
# or
bun lint

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!