Skip to content

hueper/opencollective-website

 
 

Repository files navigation

OpenCollective Website

Circle CI Slack Status Gitter chat Dependency Status

Note: Currently, this is only serving the /:slug and /:slug/widget pages. The static pages /, /faq, /about are served from the website-static server. Eventually we move over those static pages to this repo.

Setup

npm install

Run in dev

npm install foreman -g
npm run dev

Build for production

npm run build

Deployment

Use the npm run deploy:staging or npm run deploy:production. CircleCI will run the tests on this branch and push to Heroku if successful (to staging only)

For quick pushing of hotfixes, you can do npm run deploy:hotfix. It'll take master and push to remote production, then push to staging to keep everything in sync.

Manually

If you want to deploy the app on Heroku manually (only for production), you need to add the remotes:

git remote add heroku-production https://git.heroku.com/opencollective-prod-website.git

Then you can run:

git push heroku-production master

Test

See Wiki.

Stack

Sponsors

[Become a sponsor]

About

OpenCollective frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.4%
  • CSS 18.1%
  • HTML 6.8%
  • Shell 0.7%