Overbrowsing is an applied research group dedicated to advancing our understanding of sustainable web design and development practises.
Overbrowsing occurs when herbivores graze excessively, exerting pressure on the environment, and this word, which has a common origin with internet browsing, corresponds with the initiative's core mission.
We are committed to shaping an innovative and mindful digital future, our approach is a blend of inquiry and action. The goal is to raise awareness, share crucial insights on the urgent need to reduce excess, and ignite tangible change.
The project advocates for conscious strategies, resource optimisation, and ethical considerations. Fostering a harmonious coexistence between technology and the planet.
To get started with Overbrowsing, follow these installation steps:
Clone the repository to your local machine:
git clone https://github.com/overbrowsing/overbrowsing.com
Navigate to the project directory
cd overbrowsing
Install the required dependencies:
yarn
yarn build
This script will remove existing data and uploads, create necessary directories, and fetch the required data.
This project has a light server with express installed. To serve the project run:
yarn serve
This also runs yarn build
.
Visit http://localhost:3000/
to view the site.
If you'd like to contribute to Overbrowsing Github Project, please follow these steps:
Fork the repository.
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
Make your changes and commit them:
git commit -m "Add your commit message here"
Push your changes to your fork:
git push origin feature/your-feature-name
Create a pull request to the main repository, explaining your changes.
This project is licensed under the MIT License.