The documentation site for CodeVideo.
npm install
First generate the API documentation by running the following command:
npm run generate-apiThen start the local development server:
npm run startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
The site is deployed via Netlify. See the netlify.toml file for deployment settings.