https://github.com/data-88e/fa25
UC Berkeley Data 88E Fall 2025 Website
https://github.com/data-88e/fa25
data-science economics education jekyll jupyter uc-berkeley
Last synced: about 1 month ago
JSON representation
UC Berkeley Data 88E Fall 2025 Website
- Host: GitHub
- URL: https://github.com/data-88e/fa25
- Owner: data-88e
- License: mit
- Created: 2025-08-14T22:21:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-04-02T00:07:10.000Z (2 months ago)
- Last Synced: 2026-04-02T11:54:43.153Z (2 months ago)
- Topics: data-science, economics, education, jekyll, jupyter, uc-berkeley
- Language: Ruby
- Homepage: http://data88e.org/fa25/
- Size: 2.3 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data 88E Fall 2025 Website
[](https://github.com/data-88e/fa25/actions/workflows/jekyll.yml)
[](https://github.com/data-88e/fa25/actions/workflows/rspec.yml)
## Set Up
**The berkeley-class-site template requires Ruby 3.3.7 or higher and bundler >= 2.6**
Install Ruby before continuing. You can check your Ruby version by running:
```bash
ruby --version
bundle --version
```
Prerequisites:
- You have everything that [Jekyll requires](https://jekyllrb.com/docs/installation/)
- You have installed [Bundler](https://bundler.io/): Run `gem install jekyll bundler`
## Clone the repository (SSH) and install dependencies
```bash
git clone git@github.com:data-88e/fa25.git
bundle install
```
## Local Testing
View the site locally
```
cd fa25
bundle exec jekyll serve
```
## Deployment
Via [GitHub Pages](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll).
## License
[MIT](LICENSE)