An open API service indexing awesome lists of open source software.

https://github.com/melvynx/code-and-cash.com

Website of "Du code et du cash" website.
https://github.com/melvynx/code-and-cash.com

Last synced: 7 months ago
JSON representation

Website of "Du code et du cash" website.

Awesome Lists containing this project

README

          

# Code and Cash Website

Website of the podcast ["Du code et du cash"](https://code-et-cash.com) !

## Proudly open source

If you want to contribute, you're welcome to do so!

Here is a startup command:

```bash
# Clone the repo
git clone https://github.com/Melvynx/code-and-cash-app.git

# Cd into the repo
cd code-and-cash-app

# Install dependencies
pnpm install

# Start the dev server
pnpm dev
```

Then feel free to open a PR with your changes.