### Run Novel Locally Source: https://github.com/steven-tey/novel/blob/main/README.md Provides the necessary commands to install project dependencies and start the development server for Novel on a local machine. ```Shell pnpm i pnpm dev ``` -------------------------------- ### Configure Novel Environment Variables Source: https://github.com/steven-tey/novel/blob/main/README.md Outlines the essential environment variables required for Novel to function, including API keys for OpenAI and Vercel Blob storage, and a command for Vercel deployments. ```APIDOC Environment Variables: OPENAI_API_KEY: string description: Your OpenAI API key, required for AI-powered autocompletions. source: https://platform.openai.com/account/api-keys BLOB_READ_WRITE_TOKEN: string description: Your Vercel Blob read/write token, required for storage. Currently in beta. source: https://vercel.fyi/blob-beta CLI Command: vc env pull description: Use this command to pull environment variables from your Vercel project if deployed. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.