Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.7 KB

File metadata and controls

43 lines (32 loc) · 1.7 KB

Contribution Guidelines

Flexbox.fun is an open source project, and contributions of any kind are welcome and appreciated. Feel free to open bug tickets and make feature requests. Easy bugs and features will be tagged with the good first issue label.

Issues

If you encounter a bug, please file a bug report. If you have a feature to request, please open a feature request. If you would like to work on an issue or feature, there is no need to request permission. Please add tests to any new features.

Pull Requests

In order to create a pull request for MeTrack, follow the GitHub instructions for Creating a pull request from a fork. Please link your pull request to an existing issue.

Folder Structure

Description of the project files and directories.

.
|-- public
|-- pages
`-- src
    |-- docs
    |-- flexbox
    |-- fragments
    |-- home
    |-- layout
    `-- widgets

Scripts

An explanation of the package.json scripts.

Command Description
dev Run Flexbox.fun in a development environment
build Create a production build
start Start production build
lint Run linter to catch errors
check-types Check for Typescript errors
check-format Check for Prettier formatting errors
format Fix Prettier formatting errors
prepare Prepare Husky