Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 628 Bytes

SyncMaster UI

Getting started

Development

First, install the dependencies of the project:

yarn

Run the application in development mode:

yarn start

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

Linters

When you commit your changes, the pre-commit operation will be launched using husky and lint-staged packages. This setting is installed automatically along with the installation of dependencies.

Build

If you want to build the project, use next command:

yarn build

Then use yarn start:prod for running the project in production mode.