Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fossrit/open-work-definition
https://github.com/fossrit/open-work-definition
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/fossrit/open-work-definition
- Owner: FOSSRIT
- License: apache-2.0
- Created: 2022-03-07T14:57:34.000Z (over 2 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-10-24T22:49:56.000Z (about 1 year ago)
- Last Synced: 2023-10-25T17:32:06.320Z (about 1 year ago)
- Language: HTML
- Size: 4.19 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Work Definition
Built with Jekyll, Tailwind, and :heart:## Development & Deployment
Install Jekyll on your system, or from the local repository. On Linux, the latter can be accomplished using the commands
```bash
bundle install
```A local webserver can now be created using the command
```bash
bundle exec jekyll serve
```Or if you're using a system-wide Jekyll install, such as one from a package repo, run just
```bash
jekyll serve
```A build for deployment can be created using
```
jekyll build# or
bundle exec jekyll build
```### Pushing With GitHub Actions
You may run into this GitHub actions error when deploying the site
`
Error: The process '/opt/hostedtoolcache/Ruby/[RUBY_VERSION]/x64/bin/bundle' failed with exit code 16
`.
It can be fixed by adding Linux support to your Gemfile by locally running
`
bundle lock --add-platform x86_64-linux
`.--------------------
:art: Website design :art: by Daechan Kim & Matthew Incardona.