https://github.com/browsh-org/www.brow.sh
The main Browsh website
https://github.com/browsh-org/www.brow.sh
Last synced: about 1 month ago
JSON representation
The main Browsh website
- Host: GitHub
- URL: https://github.com/browsh-org/www.brow.sh
- Owner: browsh-org
- Created: 2018-01-25T09:49:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T15:32:51.000Z (over 2 years ago)
- Last Synced: 2023-03-04T16:39:56.377Z (over 2 years ago)
- Language: JavaScript
- Homepage: https://www.brow.sh
- Size: 648 KB
- Stars: 24
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# www.brow.sh
This is the GitHub repository for the main Browsh website. It contains links for the homepage, downloads, documentation and donation pages.It's currently a [Jekyll](https://jekyllrb.com/) site.
Note that it receives automatic updates upon every new release of browsh-org/browsh; the updates change the current version number throughout the site.
Contributions welcome.
## Running Site Locally
To run the website locally for development, you will need to have Ruby 2.2.5 or higher and RubyGems installed.
Install Bundler:
`gem install bundler`
Install Jekyll and other dependencies from the Gemfile:
`bundle install`
Serve the Website:
`bundle exec jekyll serve`
Jekyll’s built-in development server will run the website at http://localhost:4000
Jekyll isn’t officially supported for Windows; for more information on how to install Jekyll for Windows, check out the documentation [here](https://jekyllrb.com/docs/windows/#installation).