/pimenta.co

Personal website

Primary LanguageJavaScriptMIT LicenseMIT

pimenta.co

My personal website repository.

Development requirements

A computer with NodeJS installed and a code editor.

Development

  • Clone this repo (or download the files if you don't have Git)

    git clone git@github.com:pedrogpimenta/pimenta.co.git
    
  • Install dependencies

    npm install
    
  • Start development server

    npm run start
    

Content

The content is saved on a Strapi API server. For more info visit the pedrogpimenta/pimenta-strapi repo.

Deployment

  • To deploy, just push commits to master to git@github.com:pedrogpimenta/pimenta.co.git. It is connected to Netlify, where it will listen to pushes and deploy.