manifold/web
2022-02-14 16:00:46 -06:00
..
.husky
components beautify trades page 2022-02-14 16:00:46 -06:00
hooks Render graph with bets from static props immediately 2022-02-10 14:36:19 -06:00
lib Listen for folds in contract page 2022-02-06 16:55:14 -06:00
pages beautify trades page 2022-02-14 16:00:46 -06:00
public
.eslintrc.js
.gitignore
.prettierignore
next-env.d.ts
next.config.js
package.json Automatically sort Tailwind classes with Prettier (#45) 2022-02-11 10:40:22 -08:00
postcss.config.js
README.md
tailwind.config.js Clean up About page 2022-02-06 00:35:58 -08:00
tsconfig.json Change back typscript target to es5 2022-01-22 15:25:09 -06:00
yarn.lock List users on admin page (#28) 2022-01-15 22:09:15 -05:00

Manifold Markets web

Getting Started

  1. Run npm install
  2. Run npm run dev
  3. Your site will be available on http://localhost:3000

Formatting

Before committing, run npm 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?