Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swedbankpay/swedbankpay.github.io

Swedbank Pay on GitHub
https://github.com/swedbankpay/swedbankpay.github.io

jekyll ruby swedbank-pay

Last synced: about 2 months ago
JSON representation

Swedbank Pay on GitHub

Awesome Lists containing this project

README

        

# swedbankpay.github.io

This is the repository for [Swedbank Pay on GitHub][1]. It is run as a [Jekyll][2]
website on [GitHub Pages][3].

## Usage

To view this website, browse to [swedbankpay.github.io][1]. If you'd like to host it
locally on your computer, you need to do the following:

1. [Clone this repository][4].
2. Jekyll is written in [Ruby][5], so you'll need to download and install that.
3. To install the [Ruby Gems][6] this web site requires, you first need to
install [Bundler][7].
4. Once Ruby and Bundler is in place, type `bundle install` inside the root
folder of this repository.
5. Run `bundle exec jekyll serve` to start the website.
6. Open `http://localhost:4000` in a browser.

## Contributing

Bug reports and pull requests are welcome on [GitHub][8]. This project is
intended to be a safe, welcoming space for collaboration, and contributors
are expected to adhere to the [Contributor Covenant][9] code of conduct as
well as [PayEx Open Source Development Guidelines][10].

## License

This website is available as open source under the terms of the
[MIT License][11].

[1]: https://swedbankpay.github.io
[2]: https://jekyllrb.com/
[3]: https://pages.github.com/
[4]: https://help.github.com/articles/cloning-a-repository/
[5]: https://www.ruby-lang.org/en/
[6]: https://rubygems.org/
[7]: https://bundler.io/
[8]: https://github.com/SwedbankPay/swedbankpay.github.io/
[9]: http://contributor-covenant.org
[10]: https://developer.payex.com/xwiki/wiki/developer/view/Main/guidelines/open-source-development-guidelines/
[11]: https://opensource.org/licenses/MIT