Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 775 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 775 Bytes

Arenius

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.

Backend

Our backend is built in Go and uses a Postgres database, specifically one hosted with Supabase.

Frontend

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:

  1. cd frontend
  2. npm run dev
  3. Open http://localhost:3000 in your browser