Skip to content

Commit

Permalink
adds build instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed May 12, 2024
1 parent c01ae78 commit fa823d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ Are you interested in adapting this for your own site? Go for it! The `CC0` lice
- I view the code as public domain. Do what you like with it.
- The site isn't written for reuse, so I recommend forking.
- I'm not in a position to provide a ton of support for adapting it, but I'm happy to answer the occasional question.

## Building the Site

To build and preview the site:
1. ` npm install`
2. `npm run build`
3. `npm run preview`
2 changes: 1 addition & 1 deletion src/data/Kyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ export const Kyle: ProfileSpec = {
},
],
offerings: [
{size: 50, term: 3, year: 2024, responses: null, score1: null, score2: null},
{size: 70, term: 3, year: 2024, responses: null, score1: null, score2: null},
{size: 111, term: 2, year: 2020, responses: 40, score1: 4.8, score2: 5.4},
{size: 89, term: 2, year: 2020, responses: 20, score1: 4.4, score2: 4.9},
{size: 113, term: 2, year: 2019, responses: 32, score1: 4.3, score2: 4.5},
Expand Down

0 comments on commit fa823d2

Please sign in to comment.