Arenius empowers small-to-medium businesses with an affordable and intuitive platform to track, manage and reduce their carbon footprint to increase their bottom lines and contribute to a healthier planet.
Our backend is built in Go and uses a Postgres database, specifically one hosted with Supabase.
Our frontend is build with React and Next.js, using Tailwind for styling.
To run the frontend:
Prerequisites:
- Node >= v22 (npm is included)
- nvm (optional, for managing Node versions on your machine)
With node installed, do the following in your terminal:
cd frontend
npm run dev
- Open http://localhost:3000 in your browser