Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 452 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 452 Bytes

Code and Cash Website

Website of the podcast "Du code et du cash" !

Proudly open source

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

Here is a startup command:

# 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.