Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 382 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 382 Bytes

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