-
Clone the repository
git clone https://github.com/your-username/good-console.git cd good-console -
Install dependencies
npm install
-
Run Build
npm run build
-
Run Tests
npm test
IMPORTANT: This project adheres to a strict MVP scope.
- No external runtime dependencies.
- No new features beyond MVP without discussion.
- No remote logging or file transports.
- Use TypeScript.
- Follow existing patterns (Adapters in
src/adapters, Core insrc/core). - Pure functions where possible.
src/core: Framework-agnostic logic (Logger, Filters, Stacktrace).src/adapters: Environment-specific logic (NodeAdapter, BrowserAdapter).