Smit2010 / szachy

A Chess Web App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Szachy

A Chess Web App

Conventional Commits

This project was bootstrapped with Create React App.

Getting Started

Requirements

Please have these installed on your machine:

Development

All scripts are meant to be run in the directory of the repository.

First, install dependencies:

yarn

Run the development server:

yarn start

Production

To make a production build for web:

yarn build

Contribution Guidelines

This repository follows the conventional commits specification for making commits. Please refer to it here.

Other Scripts

To commit using commitizen (which follows conventional commits):

yarn commit

To lint code using eslint:

yarn lint

To run tests:

yarn test

To eject the building config from react-scripts:

Note: this is a one-way operation. Once you eject, you can’t go back!

yarn eject

About

A Chess Web App


Languages

Language:TypeScript 78.6%Language:HTML 20.6%Language:JavaScript 0.8%