manifold/web
Austin Chen f9780a2f69 Switch to feed "lollipops"
Doubt anyone else cares. Ideally these are also disconnected on top but it's hard to get the spacing to look right with variably-sized avatars.

Options:
- Keep as-is (lollipops)
- Revert to hardcoded `ring-gray-50`
- Fix icons to the same size
- Switch between `ring-gray-50` and `ring-white`
- Rewrite the CSS
2022-01-19 03:15:09 -05:00
..
.husky Disable tsc linting 2021-12-18 15:18:58 -08:00
components Switch to feed "lollipops" 2022-01-19 03:15:09 -05:00
hooks Shorter graph on mobile 2022-01-18 17:10:21 -06:00
lib Private user (#32) 2022-01-18 21:36:46 -06:00
pages Admin contracts tabel: Add visibility column, filter out resolved 2022-01-18 16:29:49 -06:00
public Update white bg logo to be white 2022-01-11 00:34:37 -06:00
.eslintrc.js Turn off nextjs img lint rule 2021-12-10 18:18:43 -06:00
.gitignore Run a ts type checker in parallel with nextjs dev process 2021-12-19 15:26:59 -06:00
.prettierignore Run prettier 2021-12-09 15:23:21 -08:00
next-env.d.ts upgrade nextjs version 2021-12-15 23:49:38 -06:00
next.config.js Optimize css by inlining it in html 2022-01-14 17:05:12 -06:00
package.json List users on admin page (#28) 2022-01-15 22:09:15 -05:00
postcss.config.js Prettier: no semi, spaces 2, single quote, trailing comma 2021-12-02 17:49:46 -06:00
README.md Rename to Manifold Markets! (#19) 2022-01-06 12:48:30 -06:00
tailwind.config.js Change Title to use body font 2021-12-20 22:29:01 -08:00
tsconfig.json refactor data structures, calculations to common directory 2022-01-10 15:07:57 -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?