mirror of
https://github.com/praveentcom/openproxy.git
synced 2026-02-12 22:12:46 +00:00
- Created a new .env.example file with default environment variables for PORT, OPENAI_UPSTREAM_URL, ANTHROPIC_UPSTREAM_URL, and DATABASE_URL. - Updated .npmignore to exclude all .env files except .env.example. - Revised CONTRIBUTING.md to simplify the contribution process and provide clearer setup instructions. - Enhanced cost.ts with detailed type definitions and improved cost calculation logic. - Updated proxy.ts to include new environment variables and improved logging functionality. - Modified README.md to reflect new configuration instructions and usage examples. - Removed unnecessary dashboard files and streamlined the project structure.
15 lines
475 B
Markdown
15 lines
475 B
Markdown
# Contributing
|
|
|
|
Get started today and for assistance, you can reach on [X](https://x.com/praveentcom). You can also shoot PRs on the way if you'd like something added to OpenProxy or if there is a bug that's bothering you.
|
|
|
|
## Getting started
|
|
|
|
- Fork and clone the repo
|
|
- Install dependencies: `pnpm install`
|
|
- Run dev server: `pnpm dev`
|
|
- Run build: `pnpm build`
|
|
|
|
## Commit messages
|
|
|
|
- Use clear, descriptive messages. Conventional Commits are appreciated but not required.
|