Skip to content

koii-network/linktree-app

Repository files navigation

Koii Linktree Task

This is a Koii task called linktree

You can see the deployed version here.

To run the app locally:

yarn start

To access the backend code:

cd task-template-linktree

######################################################

WARNING: DO NOT PUT YOUR KEYS ON GITHUB!!!

To set up your environment variables: Copy .env-local.sample to a new file named .env-local. Fill in the necessary values in .env-local.

To do this automatically: Run the setup_env.sh script

bash ./setup_env.sh

Note: Make sure you have the necessary permissions to execute the script. If needed, use chmod +x setup_env.sh to make it executable. #######################################################