Skip to content

FurryConsChina/cms

Repository files navigation

FCC CMS

Development

Make sure you already use right node version and yarn, if you not sure, please run:

nvm use
corepack enable

Install the dependencies:

yarn install

Get Started

Start the dev server:

yarn dev

Build the app for production:

yarn build

Preview the production build locally:

yarn preview