Warioweb - Minigames battle royale, online, in-browser.
- Node.js latest major
- pnpm (run:
corepack enable
)
pnpm install;
pnpm dev;
pnpm snippet <componentName>
We use arctic for easy integration with most OAuth 2.0 providers.
Check ./app/routes/_auth and ./app/routes/index.tsx for more details.
We use eslint integrated with typescript with any plugin provided by lib authors.
Most of them are set to strict and non intrusive.
pnpm build
- None