Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 683 Bytes

File metadata and controls

47 lines (30 loc) · 683 Bytes

hex

A browser based hex viewer ✨

image

Development

This project uses Vite as its build system.

Running Tests

This project includes tests to help catch regressions when updating dependencies:

# Run tests once
npm test

# Run tests in watch mode
npm run test:watch

# Run tests with UI
npm run test:ui

Development Server

npm start
# or
npm run dev

Building

npm run build

The build output will be in the build/ directory.

Preview Production Build

npm run preview