conantroutman / react-n-pussel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React N-Pussel

Prerequisites

Node.js >= 18.0.0 is required to run this project, although it is recommended you get the latest LTS version.

pnpm is the package manager used in this project. To install, run:

  corepack enable

Getting Started

To install dependencies, run:

  pnpm i

To start the dev server, run:

  pnpm dev

Configuration

The following environment variables can be used to configure the size of the board.

VITE_BOARD_COLS
VITE_BOARD_ROWS

Simply make a copy of the provided .env.example file and rename it to .env to get started. The dev server will automatically detect changes to this file.

About


Languages

Language:TypeScript 89.4%Language:JavaScript 5.6%Language:HTML 4.5%Language:CSS 0.4%