[Request]: Provide instructions for building from source
Closed this issue · 2 comments
twiclo commented
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
I run desktop linux and would like to compile this myself but am unfamiliar with this project structure.
Describe the solution you'd like
Could you update the read me to give instructions on how to build it from source?
steveoh commented
It should be
- git checkout
- npm install
- npm start
Please close the issue if that allows you to build from source.
twiclo commented
That does it