4528615863
* PrivateUser * createUser: create private user; detect multiple signups * include user properties in private user * script: create private users * unsubscribing from market resolution emails * track total deposits |
||
---|---|---|
.. | ||
.husky | ||
components | ||
hooks | ||
lib | ||
pages | ||
public | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
next-env.d.ts | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
Manifold Markets web
Getting Started
- Run
npm install
- Run
npm run dev
- 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?