Skip to content

green-code-initiative/website

Repository files navigation

Green Code Initiative website

Let's write low-carbon software!

This repository contains the source code of green-code-initiative.org developed with Vue.js.

Note

Although our website has an ecological footprint, we strive to make it as light and optimized as possible. Don't hesitate to suggest ideas and improvements on this aspect.

🚀 Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build