manifold/web
2022-04-11 16:13:26 -05:00
..
.husky
components Quick back navigation into feed 2022-04-11 16:13:26 -05:00
hooks Algo feed (#77) 2022-04-09 18:10:58 -05:00
lib Quick back navigation into feed 2022-04-11 16:13:26 -05:00
pages Quick back navigation into feed 2022-04-11 16:13:26 -05:00
public Portfolio page! Add to sidebar when signed in, move about into more. 2022-04-03 15:48:25 -05:00
.eslintrc.js Turn of lint for nextjs typos (triggered by getStaticPropz) 2022-03-09 21:31:38 -06:00
.gitignore
.prettierignore
next-env.d.ts
next-sitemap.js Generate sitemap server-side 2022-03-24 09:52:13 -07:00
next.config.js Update API link 2022-03-24 09:40:57 -07:00
package.json Upgrade some packages 2022-03-29 23:55:47 -05:00
postcss.config.js
README.md Update web README 2022-04-02 12:12:33 -07:00
tailwind.config.js Clean up About page 2022-02-06 00:35:58 -08:00
tsconfig.json
yarn.lock

Manifold Markets web

Getting Started

  1. yarn to install all dependencies
  2. yarn dev:dev to bring up a local instance, pointing to dev database)
  3. Your site will be available on http://localhost:3000

(yarn dev will point you to prod database)

Formatting

Before committing, run yarn format to format your code.

Recommended: Use a Prettier editor integration to automatically format on save

Developer Experience TODOs

  • Prevent git pushing if there are Typescript errors?