You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# setup env vars
cp .env.example .env[filename according to the environment]
# run dev server
make dev
# generate build
make build
# run build server
make run
# run tests
make test