ldclabs / nsm-web

Web app for NS Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nsm-web

Deployment

Web

pnpm install
pnpm --filter web run build --mode=testing --base=https://cdn.ns.top/dev/web # build for testing (.env.testing applied)
pnpm --filter web run build --mode=staging --base=https://cdn.ns.top/beta/web # build for staging (.env.staging applied)
pnpm --filter web run build --mode=production --base=https://cdn.ns.top/web # build for production (.env.production applied)
# then deploy all the files in the `packages/web/dist` directory

Component Library

pnpm install
pnpm --filter component run build
# then deploy all the files in the `packages/component/storybook-static` directory

About

Web app for NS Protocol

License:The Unlicense


Languages

Language:TypeScript 98.0%Language:JavaScript 0.7%Language:HTML 0.7%Language:MDX 0.5%Language:Shell 0.1%