Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 294 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 294 Bytes

Hacktoberfest Frankfurt 2018 Website

This is the official website for the Hacktoberfest Frankfurt Event on the 12th Oct 2018.

Running it locally

Install the dependencies

yarn install && cd frontend/ && yarn install

Run FrontEnd on port 8080

cd frontend/ && yarn serve