My personal website repository.
A computer with NodeJS installed and a code editor.
-
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
The content is saved on a Strapi API server. For more info visit the pedrogpimenta/pimenta-strapi repo.
- To deploy, just push commits to
master
togit@github.com:pedrogpimenta/pimenta.co.git
. It is connected to Netlify, where it will listen to pushes and deploy.