Skip to content

Minigames battle royale, online, in-browser

Notifications You must be signed in to change notification settings

neolectron/warioweb

Repository files navigation

WarioWeb

Warioweb - Minigames battle royale, online, in-browser.

Getting Started

Prerequisites

  • Node.js latest major
  • pnpm (run:corepack enable)

Usage

pnpm install;
pnpm dev;

Create a component (using Chakra UI)

pnpm snippet <componentName>

see component list here.

Create a Route (using Tanstack Router)

See Routing Concepts

Where is the backend ?

Here

How about Auth ?

We use arctic for easy integration with most OAuth 2.0 providers.

Check ./app/routes/_auth and ./app/routes/index.tsx for more details.

Tooling

We use eslint integrated with typescript with any plugin provided by lib authors.

Most of them are set to strict and non intrusive.

Building ?

pnpm build

CI/CD

Deployment

  • None

About

Minigames battle royale, online, in-browser

Resources

Stars

Watchers

Forks