manifold/web/README.md

19 lines
479 B
Markdown
Raw Normal View History

# Manifold Markets web
2021-12-02 21:44:08 +00:00
2021-12-02 23:39:11 +00:00
## Getting Started
2021-12-02 21:44:08 +00:00
1. Run `npm install`
2. Run `npm run dev`
3. Your site will be available on http://localhost:3000
2021-12-02 23:39:11 +00:00
## Formatting
Before committing, run `npm run format` to format your code.
2021-12-02 23:39:11 +00:00
Recommended: Use a [Prettier editor integration](https://prettier.io/docs/en/editors.html) to automatically format on save
## Developer Experience TODOs
- Automatically run prettier as code commit hook?
- Prevent git pushing if there are Typescript errors?