manifold/web
2022-03-31 23:31:48 -07:00
..
.husky
components Calculate the tax, and show a table of all transactions 2022-03-31 23:31:48 -07:00
hooks Store transactions and manipulate client-side 2022-03-31 21:52:06 -07:00
lib Grab up to 50 traders 2022-03-31 22:41:40 -07:00
pages Calculate the tax, and show a table of all transactions 2022-03-31 23:31:48 -07:00
public Generate sitemap server-side 2022-03-24 09:52:13 -07: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
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. 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?