477 B
477 B
Manifold Markets web
Getting Started
- Run
yarn
- Run
yarn run devdev
- 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?