PursuanceProject / pursuance

Pursuance: end-to-end encrypted task management optimized for large numbers of volunteers. We are building a vast and formidable ecosystem of opposition to institutionalized injustice.
https://pursuanceproject.org/
Other
134 stars 15 forks source link

Add necessary build command to setup instructions #120

Closed rizend closed 6 years ago

rizend commented 6 years ago

When following the build instructions on a clean machine, running ./pursuance in the third terminal will result in a go panic since the build directory does not exist yet. To fix this, we run npm run build in the first terminal to generate the required files.