Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 406 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (16 loc) · 406 Bytes

Getting started

To run the project locally:

npm i
npm start

You also need to run the database migrations:

for file in ./migrations/*.sql; do
    npx wrangler d1 execute bankmandb --local --file="$file"
done

The project runs every hour by default, but if you want to manually trigger an event, run the following:

curl "http://localhost:8787/cdn-cgi/mf/scheduled"