Skip to content

OmitNomis/git-history-editor

Repository files navigation

Git Revise - Edit your commit history

Introduction

  • A web application built with Vite + React + Typescript
  • Live Preview: Git Revise

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have Node.js and npm installed on your machine. You can download them from the official website (https://nodejs.org/en/download/).

Yarn is recommended as the package manager. You can download it from the official website (https://yarnpkg.com/en/docs/install).

Installing

  1. Clone the repository
git clone [email protected]:OmitNomis/git-history-editor.git
  1. Install dependencies
yarn install
  1. Start the app
yarn start

The app will be running at http://localhost:5173

Major Dependencies

  • Chakra UI: Styling is handled with Chakra-ui.