Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 960 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 960 Bytes

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.