Environment Variable Setup
Run the following terminal commands to set up your environment variables.
1export NEXT_PUBLIC_API_BASE=https://api.source.coop
2export API_BASE=https://api.source.coop
3export ORY_SDK_URL=https://auth.source.coop
4export ORY_PROJECT_ID=romantic-murdock-ec5qj4t45r
5export NEXT_PUBLIC_DATA_BASE_URL=https://data.source.coop
6export NEXT_PUBLIC_BASE_URL=http://localhost:3000
7export BASE_URL=http://localhost:3000
1export NEXT_PUBLIC_API_BASE=https://api.source.coop
2export API_BASE=https://api.source.coop
3export ORY_SDK_URL=https://auth.source.coop
4export ORY_PROJECT_ID=romantic-murdock-ec5qj4t45r
5export NEXT_PUBLIC_DATA_BASE_URL=https://data.source.coop
6export NEXT_PUBLIC_BASE_URL=http://localhost:3000
7export BASE_URL=http://localhost:3000
Run Locally
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