Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Lyearn/szachy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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