You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manifold/docs
Austin Chen fa4dba4da3
Document the new /comment endpoint
2 years ago
..
docs Document the new /comment endpoint 2 years ago
src Bring docs repo into main repo as new workspace (#369) 2 years ago
static Bring docs repo into main repo as new workspace (#369) 2 years ago
.gitattributes Bring docs repo into main repo as new workspace (#369) 2 years ago
.gitignore Bring docs repo into main repo as new workspace (#369) 2 years ago
.prettierignore Fix up formatting in the docs package to use Prettier correctly (#370) 2 years ago
.prettierrc Bring docs repo into main repo as new workspace (#369) 2 years ago
README.md Create initial 'Awesome Manifold' docs page (#522) 2 years ago
babel.config.js Bring docs repo into main repo as new workspace (#369) 2 years ago
docusaurus.config.js Fix docs edit link (#624) 2 years ago
package.json fix dependency peer-dep warnings, mostly (#752) 2 years ago
sidebars.js Bring docs repo into main repo as new workspace (#369) 2 years ago
tsconfig.json Bring docs repo into main repo as new workspace (#369) 2 years ago

README.md

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