hectorsector / ghflow-wireframe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Typescript version of the GitHub Flow interactive diagram

This is a prototype of a reworked interactive GitHub Flow diagram.

Installation

Before you can run this project, you need to install its dependencies. Run the following command in your terminal:

npm install

Building the Project

To compile the TypeScript code into a single JavaScript file, run the following command in your terminal:

npm run build

This will create a dist directory in your project root, with the compiled JavaScript file inside it.

License

This project is licensed under the MIT License.

About


Languages

Language:HTML 44.9%Language:TypeScript 44.8%Language:CSS 10.2%