pkgjs / statusboard

A status page for community projects
MIT License
22 stars 11 forks source link

not at all sure how to run this #12

Open ghinks opened 4 years ago

ghinks commented 4 years ago

folks from the readme and the current instructions I'm got sure how to use this code. We have the express status board running and I believe we should be updating the board on a regular basis. However I am going to need help understanding how to use the code. Could we setup some time to discuss this at say a special side express triage meeting?

wesleytodd commented 4 years ago

Oh yeah, I just took a look back and it is totally missing. It is these scripts that you want to look at:

https://github.com/pkgjs/statusboard/blob/master/package.json#L22-L29

Basically I run npm it && npm run clean && npm run build && npm run serve to get started. Then after making changes I continually run npm run build. I dont believe the server needs to be restarted. This would be a good docs PR :)

helio-frota commented 4 years ago

That would be nice to have also docs on how to use statusboard in other organization. Today I tried to setup with no luck : (

SgtPooki commented 1 year ago

I was able to get this up and running at sgtpooki/statusboard. check commit history for changes.