Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 281 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 281 Bytes

Mozilla Mixed Reality Website

Mozilla MR site, built using Gatsby/React, scss, autoprefixer, SSR, and more

Install

npm install

And run it locally:

npm run dev

To build

npm run build

Deploy

npm run deploy (requires proper permissions)