- A web application built with Vite + React + Typescript
- Live Preview: Git Revise
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
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).
- Clone the repository
git clone git@github.com:OmitNomis/git-history-editor.git
- Install dependencies
yarn install
- Start the app
yarn start
The app will be running at http://localhost:5173
Chakra UI
: Styling is handled with Chakra-ui.