What problem does it solve?
This Skill guides users through the process of setting up and running the OkBrain application locally for development purposes, ensuring all necessary dependencies and configurations are in place.
Core Features & Use Cases
- Dependency Installation: Installs all required npm packages.
- Environment Configuration: Assists in setting up essential environment variables like
JWT_SECRET and API keys.
- User Creation: Provides a script to create a user account for logging into the application.
- Development Server Startup: Guides the user on how to start the local development server.
- Optional API Integration: Details how to enable additional Google Cloud APIs for enhanced features and how to integrate optional tools like Brave Search or Grok.
- Use Case: A new developer wants to contribute to OkBrain or customize their local instance. They can follow this Skill's instructions to get a fully functional development environment up and running quickly.
Quick Start
Follow the steps to install dependencies, set up environment variables, create a user, and start the dev server.