Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 481 Bytes

File metadata and controls

16 lines (12 loc) · 481 Bytes

The source code for the The Flix Playground.

Getting Started

npm install
npm run dev

Available Scripts

Command Description
npm run dev Start the development server on port 3000
npm run build Build for production (output in build/)
npm run preview Preview the production build locally