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.
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.
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.
Description of the project files and directories.
.
|-- public
|-- pages
`-- src
|-- docs
|-- flexbox
|-- fragments
|-- home
|-- layout
`-- widgetsAn 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 |