Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 623 Bytes

README.md

File metadata and controls

executable file
·
29 lines (19 loc) · 623 Bytes

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

Copy .env.example to .env

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build