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!
-
Clone the repository:
git clone https://github.com/bartosz-skejcik/devdeck-proxy.git
-
Install dependencies:
pnpm install
-
Copy the
.env.example
file to a new file named.env
and fill in your environment variables:cp .env.example .env
-
Run the project:
pnpm run dev
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!