Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 809 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 809 Bytes

Development

yarn
yarn start

Fleek Deployment

Base directory: Not set

Build command: yarn && yarn build

Publish directory: build

Contributing

When making changes to a repo, it is important to be able to clearly identify distinct changes. Because auto-styling tools do not discriminate between new and old code, these tools cause problems with merging and tracking changes in the code. If you are unhappy with the style of the project, you can run an auto-formatting tool, but it must be in an exclusive commit, and you need everyone to update with this formatting at roughly the same time, or else merging becomes nearly impossible. In general, it is simply better to format code as it is edited, by hand. If you commit code with an auto-formatting tool by accident, back it out.