You will need :
To install the project, first clone the repository and go inside project directory, then :
To run this project, you will need to add the following environment variables to your .env file
NODE_ENV
: is a system environment variable that Node exposes into running scriptsAPI_HOST
: API hostAPI_PORT
: API portSTARTON_API_URL
: Starton API address (default: https://api.starton.com/v3)STARTON_API_KEY
: Put on the following line your Starton API key (available at https://app.starton.com)STARTON_SIGNER_WALLET
: The address of your walletOPEN_AI_API_KEY
: Put on the following line your OpenAI API key (available at https://platform.openai.com/account/api-keys)
NODE_ENV
: is a system environment variable that Node exposes into running scriptsNEXT_PUBLIC_BACK_URL
: the address to the backend
Your project is now ready to be modified by you, for that you just have to launch the project via the command below.
The backend API run at http://localhost:8000
The frontend run at http://localhost:3000
To deploy this project run :
If the build is successful, run :
Find out more on how to use Starton in our Documentation
Contributions are always welcome!
See Contributing for ways to get started.
Please adhere to Starton's Code of Conduct.
- Starton support@starton.com
- Tibo Pendino tibo@starton.com