Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rapidwebltd/rapidwebltd.github.io
🌐 Rapid Web open source mini-site: https://rapidwebltd.github.io
https://github.com/rapidwebltd/rapidwebltd.github.io
github-pages opensource
Last synced: about 1 month ago
JSON representation
🌐 Rapid Web open source mini-site: https://rapidwebltd.github.io
- Host: GitHub
- URL: https://github.com/rapidwebltd/rapidwebltd.github.io
- Owner: rapidwebltd
- Created: 2015-06-30T08:20:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T18:44:09.000Z (about 3 years ago)
- Last Synced: 2023-08-12T05:34:30.474Z (over 1 year ago)
- Topics: github-pages, opensource
- Language: HTML
- Homepage:
- Size: 6.85 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rapidwebltd.github.io
Rapid Web open source mini-site. This is a small website dedicated to keep track of our PHP open source projects using the [Packagist API](https://packagist.org/apidoc).![Rapid Web Minisite](http://res.cloudinary.com/rapid-web/image/upload/c_crop,w_1200/v1520242060/rapid-web-open-source.png)
## File Structure
```
assets/ - Images used
node_modules/ - Node Dependencies
public/ - Compiled resources to be used on the site
src/ - Uncompiled resources NOT to be used on the site
```## Gulp tasks
```
gulp - Runs all gulp tasks
gulp watch - Watches for any JS/SCSS/HTML changes
gulp js-build - Builds the Site's JS
gulp scss - Builds the Site's CSS
gulp html - Minifies the Site's HTML
```## Resources
You can also read more about our Open Source efforts on our [website's open source page](https://rapidweb.biz/open-source-software/). We also write regular [blog posts](https://rapidweb.biz/news/category/open-source-software/) regarding open source software.