Skip to content

drewmoore/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Portfolio

The code behind my professional profile site.

Environment Variables

  • run command export PORTFOLIO_ENV=...
  • gitignored .env file with the following:
    • MAILGUN: Mailgun API key
    • DBNAME

Get it Running

  • nvm install

  • nvm use

  • yarn install

  • sudo mongod --fork --logpath /var/log/mongodb/mongod.log

  • sudo systemctl enable redis-server

  • sudo systemctl start redis-server

  • echo '127.0.1.1 portfolio' | sudo tee --append /etc/hosts

  • sudo cp ./deploy/portfolio.conf /etc/nginx/conf.d/

  • sudo service nginx stop

  • sudo service nginx start

  • nvm exec npm start

NPM scripts

Preface with nvm exec

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published