better-nothing-glyph-composer

(โ˜… 129)

Better Nothing Glyph Composer for Phone(1), Phone (2) & Phone(2a). Phone(1) 15 Zone mode is also supported, experimental tho!

  • .gitignore
  • .prettierrc
  • components.json
  • eslint.config.js
  • index.html
  • package-lock.json
  • package.json
  • pnpm-lock.yaml
  • postcss.config.js
  • README.md
  • tailwind.config.js
  • tsconfig.app.json
  • tsconfig.app.tsbuildinfo
  • tsconfig.json
  • tsconfig.node.json
  • tsconfig.node.tsbuildinfo
  • vite.config.ts
  • vitest.config.ts

# Installation Guide

1. Get the code
git clone https://github.com/Krishnagopal-Sinha/better-nothing-glyph-composer

Downloads the entire project code from GitHub to your computer.

cd better-nothing-glyph-composer

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm test

Type this command into your terminal and run it.

npm test -- --watch

Type this command into your terminal and run it.

npm test:ui

Type this command into your terminal and run it.

npm test:coverage

Type this command into your terminal and run it.

npm run generate-fixtures

Type this command into your terminal and run it.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation