Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 486 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 486 Bytes

sd-dashboard

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Deploy to github

bash deploy.sh

or

npm run build
cd dist
git init
git add -A
git commit -m 'deploy'
git push -f https://github.com/OGiveTechnologyllp/enterprises-solution.git master:master

Customize configuration

See Configuration Reference.