mozilla / rise25

Website for annoucing Mozilla's Rise 25 competition winners

Home Page:https://rise25.mozilla.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rise25

Website for announcing Mozilla's Rise 25 competition winners

Stack

Simplified stack for a flat, single-page site.

Local Development

# install dependencies if you haven't already
npm install

# run dev server and check your console for the local URL
npm run dev
  • index.html file is the entrypoint for the site.
  • src/winners.ts contains winners, categories, and groups.
  • src/components directory contains all the Alpine.js components. Each component is a single file. Components are imported into main.ts.
  • src/styles directory contains all the Tailwind CSS styles.
  • src/assets directory contains all the static assets.

Deployment

This site uses Netlify for deployment.

About

Website for annoucing Mozilla's Rise 25 competition winners

https://rise25.mozilla.org/

License:Mozilla Public License 2.0


Languages

Language:HTML 55.0%Language:SCSS 34.5%Language:JavaScript 10.5%