manifold/web/README.md
2022-03-25 01:55:51 -07:00

477 B

Manifold Markets web

Getting Started

  1. Run yarn
  2. Run yarn run devdev
  3. Your site will be available on http://localhost:3000

Formatting

Before committing, run yarn run format to format your code.

Recommended: Use a Prettier editor integration to automatically format on save

Developer Experience TODOs

  • Automatically run prettier as code commit hook?
  • Prevent git pushing if there are Typescript errors?