Skip to content

Files

Latest commit

author
Adriano Santos
Jan 8, 2025
249299d · Jan 8, 2025

History

History
23 lines (14 loc) · 581 Bytes

local_development.md

File metadata and controls

23 lines (14 loc) · 581 Bytes

Local Development

NOTE: All scripts will use a MySQL DB with a database called eigr-functions-db by default. Make sure you have a working instance on your localhost or you will have to change make tasks or run commands manually during testing.

Tests:

make test

Run:

make build run-proxy-local

For more information on how to collaborate or even to get to know the project structure better, go to our contributor guide

Back to Index

Next: Protocol

Previous: Contributing