manifold/web
Austin Chen 8867d841cb
Austin's opinions on theming (#6)
* Run prettier

* Fix package-lock

* Use an off-white background, darker text

* Use indigo for headings instead of green

* Add box shadows to all cards

* Remove unused component

* Extract out a title component

* Fix typo
2021-12-10 19:35:21 -08:00
..
components Austin's opinions on theming (#6) 2021-12-10 19:35:21 -08:00
hooks Standardize on useUser hook 2021-12-09 16:09:16 -08:00
lib Run prettier 2021-12-10 17:20:52 -08:00
pages Austin's opinions on theming (#6) 2021-12-10 19:35:21 -08:00
public Add cover image for meta tag. 2021-12-02 18:43:02 -06:00
.eslintrc.js Turn off nextjs img lint rule 2021-12-10 18:18:43 -06:00
.gitignore Build as a static site 2021-12-01 18:35:08 -06:00
.prettierignore Run prettier 2021-12-09 15:23:21 -08:00
.prettierrc Prettier: no semi, spaces 2, single quote, trailing comma 2021-12-02 17:49:46 -06:00
next-env.d.ts Create Nextjs template app under web directory. 2021-11-30 22:20:13 -06:00
next.config.js Change color scheme to be primary green (secondary purple, accent yellow). 2021-12-10 17:43:22 -06:00
package-lock.json Austin's opinions on theming (#6) 2021-12-10 19:35:21 -08:00
package.json Add vscode format settings 2021-12-10 12:06:51 -06:00
postcss.config.js Prettier: no semi, spaces 2, single quote, trailing comma 2021-12-02 17:49:46 -06:00
README.md Finish porting simulator into React (#1) 2021-12-08 08:30:29 -08:00
tailwind.config.js Run prettier 2021-12-10 17:20:52 -08:00
tsconfig.json Create Nextjs template app under web directory. 2021-11-30 22:20:13 -06:00

Mantic Markets web

Getting Started

  1. Run npm install
  2. Run npm run dev
  3. 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?