b5145305e6
Reasons to undo: - Currently broken in prod (a width/height would be needed) - Specifying size is kind of annoying because we want it at two different size depending on responsiveness - Next Image seems to help with progressive optimization for large raster images, not small vector SVGs. |
||
---|---|---|
.. | ||
components | ||
lib/simulator | ||
pages | ||
public | ||
.eslintrc.js | ||
.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?