Skip to content

NJUPT-NYR/SOPT-Frontend

Repository files navigation

SOPT-Frontend

CI Language

User Interface and frontend framework for SOPT.

How To Run

# Recommend to use yarn as package manager

#For development
cp .env.example .env.development
yarn install
yarn dev

#For production
cp .env.example .env.production
yarn install
yarn build
yarn start

Common Question

npm install/yarn install did not work

It is highly recommanded to use yarn as package manager. If you quite sure that you're using yarn, run yarn install --ignore-scripts to bypass check.

Some Issue About sharp package

See https://sharp.pixelplumbing.com/install#custom-prebuilt-binaries.

Roadmap

  • HomePage
    • Search
    • Pagination
    • Table
    • ...and so on
  • Torrent
    • Detail
    • Edit
  • Profile
    • User Info
    • Send Invitation
    • ...and so on
  • Uploading
    • ...and so on
  • Help
    • (layout)
    • (content)
  • Login
  • SignUp
  • Confirm Access
  • 404
  • 500

About

User Interface and frontend framework for SOPT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published