634c0af85b
* Preview bid results; toggle bid type * Code cleanup: move hooks to where they're used * Extract header to separate component * Fix & reactify according to James's review * Remove unnecessary useMemo * Hack Chartjs type * Add some notes on DX Todos * Move non-page elements to lib/ |
||
---|---|---|
.. | ||
components | ||
lib/simulator | ||
pages | ||
public | ||
.gitignore | ||
.prettierrc | ||
next-env.d.ts | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json |
Mantic 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?