Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 717 Bytes

File metadata and controls

38 lines (27 loc) · 717 Bytes

About

This is the downloadable desktop client for ByteFight, an Electron app for participants to test their bots locally, replay matches, and build their own maps.

Getting Started

Clone project

git clone https://github.com/BotFight/BotFightRenderer

Install dependencies

npm install

Run the development server

npm run dev

This concurrently runs both electron and next

^ If this doesn't open an electron window on your desktop, try using two terminal tabs and run:

  • npm run next:dev (nextjs)
  • npm run electron:start (electron)

Technologies Used

  • Electron
  • Next.js
  • React
  • Typescript/Javascript
  • HTML
  • CSS + Tailwind
  • Shadcn UI (Radix UI)