Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabijiro committed Feb 15, 2024
0 parents commit f3cc21a
Show file tree
Hide file tree
Showing 19 changed files with 2,817 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"liveServer.settings.port": 5501,
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"html"
]
}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# wasabi's Responsive Portfolio Website

#### Website URL: https://wasabijiro.github.io

### Development

```sh
python -m http.server 3000
```
Loading

0 comments on commit f3cc21a

Please sign in to comment.