diff --git a/.gitignore b/.gitignore index 4c49bd7..bad6dfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .env +node_modules/ +npm-debug.log* + diff --git a/README.md b/README.md index 7194b5e..f93d961 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,16 @@ want them pleasant to type. ## Local development -Any static file server works, e.g.: +Run with npm: + +```bash +npm install +npm run dev +``` + +This serves the app on `http://localhost:8850`. + +Any static file server still works, e.g.: ```bash python3 -m http.server 8850 diff --git a/index.html b/index.html index b3a691c..4b0c335 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ typo - + @@ -16,7 +16,7 @@

typo

-

real code, from real repos — type it as fast and cleanly as you can

+

real code and lore, from real repos — type it as fast and cleanly as you can

loading a snippet…
@@ -42,8 +42,8 @@