manifold/web
2022-02-07 22:06:58 -06:00
..
.husky
components Display avatar in contract details 2022-02-05 23:02:52 -08:00
hooks Listen for folds in contract page 2022-02-06 16:55:14 -06:00
lib Listen for folds in contract page 2022-02-06 16:55:14 -06:00
pages Fix recent activity label on mobile 2022-02-07 22:06:58 -06:00
public Update white bg logo to be white 2022-01-11 00:34:37 -06:00
.eslintrc.js
.gitignore
.prettierignore
next-env.d.ts
next.config.js Optimize css by inlining it in html 2022-01-14 17:05:12 -06:00
package.json Clean up About page 2022-02-06 00:35:58 -08:00
postcss.config.js
README.md Rename to Manifold Markets! (#19) 2022-01-06 12:48:30 -06:00
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?