Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 688 Bytes

File metadata and controls

34 lines (27 loc) · 688 Bytes

JSON Forms Documentation Website

For detailed architecture, see .prompts/project-info.prompttemplate.

Development Commands

Install Dependencies

npm ci

Start Development Server

npm start

This starts the local development server at http://localhost:3000 with hot-reloading.

Build for Production

npm run build

This generates static files in the /build directory.

Serve Production Build Locally

npm run serve

Serves the built site locally to verify the production build.

Clear Cache

npm run clear

Clears the Docusaurus cache if you encounter build issues.