manifold/docs
Marshall Polaris b506e96548
Implement "sell all shares" functionality in sellshares and expose API (#696)
* Change `sellshares` to be able to sell all shares

* Sell all shares properly on bet panel UI

* Add API route for selling shares, document
2022-07-26 12:47:19 -07:00
..
docs Implement "sell all shares" functionality in sellshares and expose API (#696) 2022-07-26 12:47:19 -07:00
src Bring docs repo into main repo as new workspace (#369) 2022-05-31 14:30:58 -07:00
static Bring docs repo into main repo as new workspace (#369) 2022-05-31 14:30:58 -07:00
.gitattributes Bring docs repo into main repo as new workspace (#369) 2022-05-31 14:30:58 -07:00
.gitignore Bring docs repo into main repo as new workspace (#369) 2022-05-31 14:30:58 -07:00
.prettierignore Fix up formatting in the docs package to use Prettier correctly (#370) 2022-05-31 14:50:21 -07:00
.prettierrc Bring docs repo into main repo as new workspace (#369) 2022-05-31 14:30:58 -07:00
babel.config.js Bring docs repo into main repo as new workspace (#369) 2022-05-31 14:30:58 -07:00
docusaurus.config.js Fix docs edit link (#624) 2022-07-06 15:41:13 -06:00
package.json Bring docs repo into main repo as new workspace (#369) 2022-05-31 14:30:58 -07:00
README.md Create initial 'Awesome Manifold' docs page (#522) 2022-06-16 16:46:41 -07:00
sidebars.js Bring docs repo into main repo as new workspace (#369) 2022-05-31 14:30:58 -07:00
tsconfig.json Bring docs repo into main repo as new workspace (#369) 2022-05-31 14:30:58 -07:00

docs

Manifold Markets Docs

Getting started

  1. Make sure you have [Yarn 1.x][yarn]
  2. $ cd docs
  3. $ yarn
  4. $ yarn start
  5. The docs site will be available on http://localhost:3000