1e2f9fc099
* Support local firestore emulation * Update readme * Update readme
724 B
724 B
Manifold Markets web
Getting Started
yarn
to install all dependenciesyarn dev:dev
to bring up a local instance, pointing to dev database)- Your site will be available on http://localhost:3000
(yarn dev
will point you to prod database)
Running with local emulated database and functions
yarn serve
first in/functions
and wait for it to startyarn dev:emulate
will point you to the emulated database
Formatting
Before committing, run yarn format
to format your code.
Recommended: Use a Prettier editor integration to automatically format on save
Developer Experience TODOs
- Prevent git pushing if there are Typescript errors?