lmachens / targets.gg

An interactive tactical whiteboard which allows you to prepare your next competitive match, raid or war.

Home Page:tactics-gg.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Targets.gg

An interactive tactical whiteboard which allows you to prepare your next competitive match, raid or war.

This app is in a very early state of development

Development

  1. Install dependencies
npm install
  1. Copy .env.example to .env and update the variables
cp .env.example .env
  1. Run the development server
npm run dev

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

Learn More

The code-base is highly inspired by the Taxonomy project. To learn more about the stack used in this project, take a look at the following resources:

  • Next.js - the React Framework used in this project
  • Next.js app directory - React Server Components, Streaming, new data fetching and more
  • Tailwind CSS - a utility first CSS Framework
  • Radix UI - unstyled, accessible UI components
  • Auth.js - authentication for the Web
  • Prisma - Node.js and TypeScript ORM
  • PlanetScale - serverless MySQL platform
  • Zod - TypeScript-first schema validation
  • TypeScript - strongly typed programming language
  • Vercel - deployment platform from the creators of Next.js

License

Licensed under the MIT license.

About

An interactive tactical whiteboard which allows you to prepare your next competitive match, raid or war.

tactics-gg.vercel.app

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 1.3%Language:Shell 0.9%Language:CSS 0.1%