Skip to content

Commit 0e930b7

Browse files
committed
summer README
1 parent c72c204 commit 0e930b7

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

README.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
1-
# DATA 8 Spring 2025
2-
3-
Managed by Spring 2025 #TeamContent:
4-
* Leads: Ella DeGuzman and Brandon Su
5-
* Members: TBD
6-
7-
[![Pages Deployment](https://github.com/data-8/sp25/actions/workflows/jekyll.yml/badge.svg)](https://github.com/data-8/sp25/actions/workflows/jekyll.yml)
8-
[![a11y specs](https://github.com/data-8/sp25/actions/workflows/rspec.yml/badge.svg)](https://github.com/data-8/sp25/actions/workflows/rspec.yml)
9-
10-
The https://www.data8.org/sp25/ website.
1+
# DATA 8 Summer 2025
112

123
## Installation
134

145
Prerequisites:
156

167
- You have everything that [Jekyll requires](https://jekyllrb.com/docs/installation/)
17-
- You have installed [Bundler](https://bundler.io/): Run `gem install jekyll bundler`
8+
- You have installed [Bundler](https://bundler.io/): `gem install jekyll bundler`
189

19-
1. [Fork](https://github.com/berkeley-eecs/berkeley-class-site/fork) the repository.
20-
2. Clone your fork (replace `YOUR_GITHUB_USERNAME` and `YOUR_REPO` accordingly).
10+
After cloning this repository and navigating into the directory, run the following command to install dependencies
2111
```
22-
git clone git@github.com:YOUR_GITHUB_USERNAME/YOUR_REPO.git
23-
```
24-
3. Install dependencies:
25-
```
26-
cd sp25
12+
cd YOUR_REPO
2713
bundle install
2814
```
2915

@@ -35,11 +21,9 @@ To run the site locally, run:
3521
bundle exec jekyll serve
3622
```
3723

38-
Search throughout the repository for TODO items called `TODO(setup)` and complete them to customize the site for your course.
39-
4024
## Deployment
4125

42-
The easiest way to deploy your site is with [GitHub Pages](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll).
26+
This site is deployed via a [GitHub Action Workflow](.github/workflows/jekyll.yml). For more information see [GitHub Pages](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll).
4327

4428
## License
4529

0 commit comments

Comments
 (0)