Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swedbankpay/swedbankpay.github.io
- Owner: SwedbankPay
- License: mit
- Created: 2019-09-23T22:09:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:32:09.000Z (4 months ago)
- Last Synced: 2024-09-18T05:19:41.455Z (4 months ago)
- Topics: jekyll, ruby, swedbank-pay
- Language: Ruby
- Size: 179 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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