Getting Started
Learn how to setup your development environment to contribute to the FEDS platform.
3
Setup the Environment Variables
export FEDS_EMAIL_ADDRESS="[email protected]"
export FEDS_EMAIL_PASSWORD="platform.email.password"
export FEDS_SMTP_SERVER="smtp.gmail.com"
export PLATFORM_VERSION="vX.Y.Z"Last updated
Was this helpful?