Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/portapps/portapps.github.io
- Owner: portapps
- License: mit
- Created: 2018-01-13T14:39:22.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2024-11-12T12:31:31.000Z (about 2 months ago)
- Last Synced: 2024-12-31T18:16:51.968Z (8 days ago)
- Topics: jekyll, portapps, ruby, website
- Language: HTML
- Homepage: https://portapps.io
- Size: 8.44 MB
- Stars: 86
- Watchers: 10
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## 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.