manifold/docs
Sinclair Chen 59565416b6
Api fixes (#704)
* Add min, max, isLogScale to numeric market API return

* Add lastUpdatedTime to market API

* Return a string description in market API

* Accept string descriptions in market POST api

* install prettier eslint config. fix import

* fix another import
2022-08-16 15:01:03 -07:00
..
docs Api fixes (#704) 2022-08-16 15:01:03 -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 fix dependency peer-dep warnings, mostly (#752) 2022-08-12 17:49:08 -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