3rd / devstream.tv

Devstream is a website that allows you to watch live developer streams.
https://devstream.tv/
MIT License
57 stars 33 forks source link

Local build instructions #56

Closed ArunSahadeo closed 6 years ago

ArunSahadeo commented 6 years ago

Hey, thanks for adding my request to the latest build of the site, was wondering if you could also add build instructions, including package metadata files (such as package.json), in case anyone wants to build the site locally (I certainly would)

zurp commented 6 years ago

Hey, there is a frontend folder in the repo that holds the code for the frontend. It's a regular Vue app, so just doing npm install and npm run dev should get you started :)

ArunSahadeo commented 6 years ago

Ah my bee the package.json file in the frontend code earlier. Thanks, you can close this issue :)