Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Latest commit

 

History

History
72 lines (44 loc) · 1.2 KB

README.md

File metadata and controls

72 lines (44 loc) · 1.2 KB

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