Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcstampfli/gitfables

Transform your coding journey into captivating stories! RepoTales turns your everyday commits into narrative adventures, making your development history more fun and shareable. Watch as your Git commits come to life through creative storytelling. ✨
https://github.com/marcstampfli/gitfables

bitbucket commit-analytics commit-history developer-experience developer-tools git git-commits github github-api gitlab story-generator storytelling visualization

Last synced: 1 day ago
JSON representation

Transform your coding journey into captivating stories! RepoTales turns your everyday commits into narrative adventures, making your development history more fun and shareable. Watch as your Git commits come to life through creative storytelling. ✨

Awesome Lists containing this project

README

        

# GitFables

Transform your Git history into engaging stories.

## Getting Started

### Prerequisites

- Node.js 18+
- npm or yarn
- Git

### Installation

1. Clone the repository:

```bash
git clone [email protected]:marcstampfli/gitfables.git
cd gitfables
```

2. Install dependencies:

```bash
npm install
# or
yarn install
```

3. Set up environment variables:

```bash
cp .env.example .env.local
```

4. Start the development server:

```bash
npm run dev
# or
yarn dev
```

## Documentation

For detailed documentation, please see the [docs](./docs) directory.

## Contributing

Please read our [Contributing Guide](./docs/guides/contributing.md) for details on our code of conduct and the process for submitting pull requests.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.