Add npm start script alias for npm run serve

This commit is contained in:
Keavon Chambers
2022-01-12 06:14:32 -08:00
parent e101d4524d
commit c255c7eac6
3 changed files with 7 additions and 0 deletions

5
.gitattributes vendored
View File

@@ -1 +1,6 @@
# Requires Git to check out files with the LF (not CRLF) line endings for files it automatically recognizes as being text-based
# The `*` targets all files
# The `text=auto` makes it apply a conversion only to files detected as text-based
# The `eol=lf` sets the conversion to an LF line ending
# https://git-scm.com/docs/gitattributes
* text=auto eol=lf