1. Please run `npm install` in your terminal for installing the npm packages from the package.json file into your local folder directory.
# Development
1. run `npm run dev`
# Build for production deployment
1. run `npm run clean (remove dist)`
2. run `npm run build