Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 375 Bytes

Readme.md

File metadata and controls

6 lines (5 loc) · 375 Bytes

Documentation

Commands

  • Run npm run build : This command compiles the source files and generates a production-ready build. Look at gulpfile.js to change the name of the output directory or the source file paths.
  • Run npm run dev-build: This command runs the website using build code.
  • Run npm run dev-src: This command runs the website using source code.