Skip to content

Latest commit

 

History

History

web

NVIDIA FLARE GitHub Pages Website

Installation

1. Install Dependencies

npm install

2. Start development Server

npm run dev

3. Preview & Build

npm run preview
npm run build

Project Structure

/
├── public/
│   └── ...
├── src/
│   ├── components/
│   │   └── ...
│   ├── layouts/
│   │   └── ...
│   └── pages/
│       └── ...
└── package.json