No Description Provided
Run the following terminal commands to set up your environment variables.
After having set up your environment variables, run the following command to start the service locally:
npm run devaa
You can now access the service at http://localhost:3000
1export NEXT_PUBLIC_API_BASE=https://api.source.coop2export API_BASE=https://api.source.coop3export ORY_SDK_URL=https://auth.source.coop4export ORY_PROJECT_ID=romantic-murdock-ec5qj4t45r5export NEXT_PUBLIC_DATA_BASE_URL=https://data.source.coop6export NEXT_PUBLIC_BASE_URL=http://localhost:30007export BASE_URL=http://localhost:3000