Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 575 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 575 Bytes

penrose-binary

This is a simple web application that converts integers to binary and vice versa.

Installation

# Clone the repository
git clone [email protected]:ProjectPenrose/binary.git

# Change into the directory
cd binary

# Install dependencies
npm install

# Start the development server
npm run dev

Usage

In your browser, navigate to localhost:3000.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT