First, install the dependencies:
npm install
# or
yarn installThen, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
To build the documentation for production:
npm run build
# or
yarn buildTo start the production server:
npm run start
# or
yarn start