c3bc25a4b9
* Add API route for getting a user's bets * Refactor bets API to use /bets * Update /markets to use zod validation * Update docs |
||
---|---|---|
.. | ||
docs | ||
src | ||
static | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
babel.config.js | ||
docusaurus.config.js | ||
package.json | ||
README.md | ||
sidebars.js | ||
tsconfig.json |
docs
Manifold Markets Docs
Getting started
- Make sure you have [Yarn 1.x][yarn]
$ cd docs
$ yarn
$ yarn start
- The docs site will be available on http://localhost:3000