Documentation Project Setup To set up the project: yarn install Compile and Hot-Reload for Development To start the development server with hot-reload: yarn docs:dev Compile and Minify for Production To build the application for production: yarn docs:build