Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 394 Bytes

File metadata and controls

21 lines (16 loc) · 394 Bytes

eris-landing

Landing page for Eris station.

Setup

Install yarn and npm, then run

$ yarn install

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

$ npm run build

... which will output all the files to dist/. To run a development server, run

$ npm run dev

... which should open up a development server on http://localhost:8080