Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 229 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 229 Bytes

gamma-landing

Landing page for Gamma station.

Setup

Install yarn and npm, then run

$ yarn install

Which should install all the dependencies in package.json. To run a development server, run

$ npm run dev