User Interface and frontend framework for SOPT.
# 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
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.
See https://sharp.pixelplumbing.com/install#custom-prebuilt-binaries.
- 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