devict / hacktoberfest

Our own little local version of hacktoberfest
https://hacktoberfest.devict.org
4 stars 18 forks source link

Facelift #69

Closed imacrayon closed 3 years ago

imacrayon commented 4 years ago

I've updated the look and feel of the site for 2020.

I'm not sure how this site get deployed but I added the front-end assets to .gitignore so that running npm run production will put them where they need to be. Alternatively you could run NPM locally and then deploy the assets pre-built.

imacrayon commented 4 years ago

image

sethetter commented 3 years ago

Screenshots look awesome! Just trying to run it locally to make sure it's all good. I also don't have access to this site's heroku account, so hopefully there's some auto deploy setup, lol.

sethetter commented 3 years ago

💯! Got it running locally. I'm not sure how this is deployed yet, looks like heroku, but we'll get that sorted.

New design is fantastic, thanks Christian!

sethetter commented 3 years ago

@jcbwlkr do you have access to this heroku project? Do we need to add npm i && npm run production to the deploy pipeline somewhere?

jcbwlkr commented 3 years ago

@sethetter yeah heroku automatically deploys new commits to master. Right now it sees that it's a Go app because of go.mod and just compiles it and created a default Procfile automatically. Honestly I'm not sure what to do to have it run a node precompile step. I'll look but in the meantime I'll add you as a heroku maintainer