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.
- Host: GitHub
- URL: https://github.com/melvynx/code-and-cash.com
- Owner: Melvynx
- Created: 2023-08-04T02:55:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T04:47:15.000Z (7 months ago)
- Last Synced: 2025-03-12T05:27:04.554Z (7 months ago)
- Language: TypeScript
- Homepage: https://code-et-cash.com
- Size: 63.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.