fightforthefuture / earth-day-live

Source code for the Earth Day Live Website.
https://www.earthdaylive2020.org/
MIT License
0 stars 0 forks source link

Earth Day Live Build Status

On April 22-24, the 50th anniversary of Earth Day, millions of people around the world are going online for a three-day mobilization to stop the climate emergency.

The event is named Earth Day Live, and this is the source code for Earth Day Live's widget that will allow anyone with a website to join the event in solidarity. Click here to learn more.

This project was based on the Digital Climate Strike widget, which was used to black out thousands of websites last September, in support of what became the largest climate strike ever. Read about the results of the Digital Climate Strike here.

Earth Day Live will mobilize millions to fight for the future of our planet.

Digital Event Widget

This project makes use of this widget. Add this to your site to participate.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

# run unit tests
$ npm run test

For detailed explanation on how things work, check out Nuxt.js docs.