🔗 Try it: https://mediacomem.github.io/bytesim-webapp/
ByteSim is a web application that simulates the ecological footprint of a website. From the import of a website mockup and the description of its content, ByteSim will create recommendations to reduce its ecological footprint.
For Figma users, you can use the plugin developed specifically for ByteSim. It allows you to import your model directly from Figma.
GitHub repo: https://github.com/MediaComem/bytesim
-
Make sure you have Node.js installed
-
Clone this repo (or fork it if you want to contribute), you will need to have Git installed
git clone https://github.com/MediaComem/bytesim.git
-
Navigate to the project folder
cd bytesim
-
Install the dependencies
npm ci
-
Set the environment variables
cp .env.example .env
Then edit the
.env
file to set the correct values for the environment variables. -
Run the project
npm run start
-
Open your browser at http://localhost:3000
This project was developed by the Media Engineering Institute (MEI) of the HEIG-VD with the support of Romande Énergie.
This project is licensed under the Mozilla Public License 2.0 - see the LICENSE.md file for details