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
# after cloning the repo:# for static build
$ npm i --production
$ export NODE_ENV=production
$ npm run build
# for local run
$ npm i
$ export NODE_ENV=development
$ npm run dev
# run static server
$ export PORT=3000
$ npm run serve