GitXplorerGitXplorer
l

TianGong-Landing-CN

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
293c1e4d6fbc654a4f53b0c474ca8bae68d1ed30

页面跳转

ccljhwt committed 2 years ago
Unverified
79c523e2e3903d78b71edf8408435442961ca9ac

Merge branch 'master' of https://github.com/linancn/TianGong-Landing-CN

ccljhwt committed 2 years ago
Unverified
5b2bd2937173e31cbf50d407999724c962ee2b11

页面跳转

ccljhwt committed 2 years ago
Unverified
e523d0333fed8d443b04dccde9a1497f7f5dbf0f

页面跳转

ccljhwt committed 2 years ago
Unverified
778ea9e30b0d4868497461761fcb2bd4d78442b2

v0.0.32

ccljhwt committed 2 years ago
Unverified
a29f8b676bb7472c73048a6af04c08e358c59572

update

ccljhwt committed 2 years ago

README

The README file for this repository.

Tiangong Landing CN Build Docker Publish

Landing page of Tiangong Initiative

Environment Prepare

Install Node.js 16

apt update
apt upgrade
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
apt install -y nodejs
npm install -g yarn

Install node_modules:

yarn

Provided Scripts

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

yarn start

Build project

yarn build

Publish project

Docker compose up in server

docker compose up -d