Skip to content

The webpage source code for the Brainrot esoteric programming language

License

Notifications You must be signed in to change notification settings

Brainrotlang/brainrot-webpage

Repository files navigation

Brainrot Webpage

A small React + TypeScript + Tailwind single-page application for the Brainrot programming language docs.

Features

  • React + TS: TypeScript for type safety, React for the UI.
  • Tailwind: For a modern and responsive UI.
  • Brainrot Logo: Showcases the brand with an imported image.

Requirements

  • Node.js v18+ (or similar)
  • Yarn or npm
  • TypeScript dev dependencies

Installation

  1. Clone the repo:

    git clone https://github.com/Brainrotlang/brainrot-webpage.git
    cd brainrot-webpage
  2. Install dependencies:

    yarn install
    # or npm install
  3. (Optional) If you see ESLint or TS parser issues:

    yarn add -D typescript @typescript-eslint/parser

Running the Development Server

yarn start

Building for Production

yarn build
  • Outputs a production-ready build in the build/ folder.

Project Structure

brainrot-webpage/
├─ public/
│  └─ favicon.ico
├─ src/
│  ├─ App.tsx
│  ├─ index.css
│  ├─ brainrot-logo.png
│  └─ ...other components...
├─ package.json
├─ yarn.lock
└─ tsconfig.json

License

This project is distributed under the MIT license. See the LICENSE file for more information.

About

The webpage source code for the Brainrot esoteric programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published