You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
#Update the package.json (Netlify picks up from here)
#For travis to work, you need to add the module to node_modules and commit
#Follow the REAMDE to run local build.
cd website
npm install --save <npm-module-name>
#Verify that website is getting built.
npm run build
#Commit the changes.