manifold/web/README.md
2021-12-02 17:39:11 -06:00

329 B

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 npx prettier --write .

Recommended: Use a Prettier editor integration to automatically format on save