This project is a part of the larger DevDeck project. We encourage all developers to contribute and help make DevDeck even better. Your contributions, big or small, are greatly appreciated!

Setup

  1. Clone the repository:

    git clone https://github.com/bartosz-skejcik/devdeck-proxy.git
  2. Install dependencies:

    pnpm install
  3. Copy the .env.example file to a new file named .env and fill in your environment variables:

    cp .env.example .env
  4. Run the project:

    pnpm run dev

Contributing

We welcome contributions from everyone. Before you start, please read our Contribution Guidelines. Feel free to open an issue or create a pull request. Happy coding!