Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

OVINC-CN/LinuxDoDistribution

Repository files navigation

Important

See Linux Do CDK here !

LinuxDoDistribution

LinuxDo Virtual Content Distribution

Deployment

Method 1: Deploy on Vercel (Recommended)

Fork this repository and deploy it using Vercel.

# Modify deployment settings
Modify `Build Command` to `yarn build`   
Modify `Install Command` to `yarn`
# Add environment variables
SITE_URL=<SITE URL>
BACKEND_URL=<API URL>

Method 2: Manual Packaging and Deployment

This deployment method requires a static resource server of your own, or you can host the static resources on COS, OSS, S3.

SITE_URL=<SITE URL> \
BACKEND_URL=<API URL> \
yarn && yarn build

About

LinuxDo Virtual Content Distribution

Resources

Stars

Watchers

Forks

Packages

No packages published