Skip to content

kushagrasarathe/peanut-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live at: peanut.to | staging.peanut.to

Getting Started

Ask in Peanut Discord #dev channel if you have any questions.

First install the dependencies (location: root folder):

pnpm install
cp .env.example .env
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Code Formatting

This project uses Prettier for code formatting. To ensure consistent code style:

  1. Install the VSCode Prettier extension
  2. Enable "Format on Save" in VSCode
  3. Prettier will automatically format your code when you save

The CI pipeline will check formatting on all PRs. Unformatted code will block merging.

Packages

No packages published

Languages

  • TypeScript 84.5%
  • HTML 13.0%
  • JavaScript 1.9%
  • CSS 0.6%