Skip to content

Commit

Permalink
Merge branch 'main' into markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuanianji authored Mar 12, 2024
2 parents 098568d + 1cecaa0 commit 8c3bf8b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# joshuanianji.github.io

The code for my personal website!

It also contains the compiled code for some legacy projects I've worked on.
Code for my personal website.

## Run Locally

Open up the project ina devcontainer, then run the following
Open up the project in a devcontainer, then run the following

```
pnpm i
pnpm dev
```
```
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ianmackenzie/elm-units": "2.10.0",
"jluckyiv/elm-utc-date-strings": "1.0.0",
"joshuanianji/github-language-colors": "2.1.0",
"justinmimbs/date": "4.0.1",
"justinmimbs/date": "4.1.0",
"mdgriffith/elm-codegen": "4.1.1",
"miniBill/elm-codec": "2.1.0",
"noahzgordon/elm-color-extra": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"elm-tooling": "1.15.0",
"lamdera": "0.19.1-1.2.1-1",
"http-server": "14.1.1",
"vite": "5.0.12"
"vite": "5.1.6"
}
}
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
- id: mathgpt
name: MathGPT
blurb: GPT-3 Powered Math Solver
link: http://www.arithme.tech
link: https://mathgpt-3iq-hacks.vercel.app/
githubLink: https://github.com/3iq-hacks/mathgpt
year: 2023
languages:
Expand Down

0 comments on commit 8c3bf8b

Please sign in to comment.