https://github.com/nuclearredeye/freesg
The 100% free, open source, ESG metric data collection and reporting platform.
https://github.com/nuclearredeye/freesg
Last synced: about 2 months ago
JSON representation
The 100% free, open source, ESG metric data collection and reporting platform.
- Host: GitHub
- URL: https://github.com/nuclearredeye/freesg
- Owner: NuclearRedeye
- License: mit
- Created: 2025-02-08T20:32:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T13:53:45.000Z (over 1 year ago)
- Last Synced: 2025-02-09T14:36:34.178Z (over 1 year ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeSG
The 100% free, open source, ESG metric data collection and reporting platform.
## Prerequisites
* You have a Linux or OSX machine. Windows should be supported via WSL 2 but has not been tested.
* You have installed a recent version of [GNU Make](https://www.gnu.org/software/make/).
* You have installed a recent version of [Docker](https://www.docker.com/).
* You have installed a supported version of [Node.js](https://nodejs.org/).
## Quick Start
```
docker compose up
cd ./packages/api && npm i && npm run dev
cd ./packages/client && npm i && npm run dev
```
Navigate to 'http://localhost:8080/' in your browser of choice.