Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 415 Bytes

readme.md

File metadata and controls

17 lines (15 loc) · 415 Bytes

Vue-Blog

to run the app locally you will need to set the .env.example variables first and rename to .env.

.env.example

ROOT=http://localhost:3000
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
EMAIL_USER= // a valid google email for sending emails through nodemailer 
EMAIL_PASS= // the valid password for that email

And then normally

npm install npm run start-local