Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 465 Bytes

daylight.website

# Installation
npm install  #  download all dependencies

# Development
npm run dev    # start dev server
npm run types  # start type checking
npm run test   # run unit tests

# Production (outputs to docs/)
npm run build  # run production build

# Code formatting (optional: most editors can handle these themselves)
npm run format    # run all formatters
npm run prettier  # run prettier on src
npm run eslint    # run eslint on src