Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/portapps/portapps.github.io

🌍 Portapps website
https://github.com/portapps/portapps.github.io

jekyll portapps ruby website

Last synced: 1 day ago
JSON representation

🌍 Portapps website

Awesome Lists containing this project

README

        


Build Status
Uptime
Become a sponsor
Donate Paypal

## Prerequisites

To work on the website of the [Portapps](https://portapps.io) project, you'll need the following things installed on your machine :

1. [Ruby](https://www.ruby-lang.org/en/documentation/installation/) - choose an available tool to install Ruby on your system (or use [Neard](https://neard.io)).
2. [Bundler](https://bundler.io/) - `$ gem install bundler`
3. [Jekyll](http://jekyllrb.com/) - `$ gem install jekyll`
4. [Yarn](https://yarnpkg.com) - use the installer (or use [Neard](https://neard.io)).

## Installation

1. Clone this repo, or download it into a directory of your choice.
2. Inside the directory, run `bundle install` and `yarn install`.

## Usage

This will give you file watching, browser synchronisation, auto-rebuild, CSS/JS and vendor injecting :

```shell
$ yarn serve
```

Then open your browser at http://localhost:3000

As this is just a Jekyll project, you can use any of the commands listed in their [docs](http://jekyllrb.com/docs/usage/).

## Credits

* [Clean Blog](https://startbootstrap.com/template-overviews/clean-blog/)
* [PrettyDocs](http://themes.3rdwavemedia.com/website-templates/prettydocs-free-bootstrap-theme-developers-and-startups/)
* [devAid](http://themes.3rdwavemedia.com/website-templates/devaid-free-bootstrap-theme-developers/)
* [Back To Top](https://codyhouse.co/gem/back-to-top/)
* [Twitter Bootstrap Callout CSS Styles](http://cpratt.co/twitter-bootstrap-callout-css-styles/)
* [jekyll-pygments-themes](https://github.com/jwarby/jekyll-pygments-themes)
* [Falling](https://pixabay.com/en/falling-tripping-down-stairs-99175/)

## Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. If
you want to open a pull request, please read the [contributing guidelines](https://portapps.io/doc/contribute/).

You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) or by
making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! :pray:

## License

MIT. See `LICENSE` for more details.