Skip to content

Commit

Permalink
Merge pull request #2 from n-rook/nrook/nvm
Browse files Browse the repository at this point in the history
Add .nvmrc.
  • Loading branch information
n-rook authored Dec 26, 2023
2 parents e038b4e + c88d274 commit 027a70e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
20.10.0

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ The blog itself is hosted on GitHub pages.

# How do I make changes?

First, install 11ty (with the package.json included). Then, change
the content directory. You can run `npm run build -- --serve` to preview
your changes locally.
First, install nodejs and npm; you can use nvm (see the .nvmrc) but you can
also just directly install NodeJS 20 if you like. Next, install 11ty (with
the package.json included). Then, change the content directory. You can
run `npm run build -- --serve` to preview your changes locally.

# Note on license

Expand Down

0 comments on commit 027a70e

Please sign in to comment.