Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 619 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (18 loc) · 619 Bytes

Contributing to Federike

Federike development setup is based on Create React App

Installing

To install with dev dependencies, run:

yarn

Dev server

To run a dev server with hot reloading:

yarn start

Now it's running at localhost:3000.

Linting

Federike uses Eslint and Prettier with a custom config .eslintrc.js.

Lint:

yarn lint

Lint CSS:

yarn lint:css

Automatically fix most linting issues:

yarn lint:fix
yarn lint:css:fix