Raidenkyu / personal-page

João Maduro's Personal Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

joaoccm.me

My own (João Maduro) personal website. This project was developed using Gatsby and at the moment it's hosted in the Netlify servers.

Go check it out in joaoccm.me.

Usage

Setup project

git clone git@github.com:Raidenkyu/personal-page.git
cd personal-page
npm install

To clone the project and install all the dependencies.

How to run the development environment

npm start

This will create a development server with hot reloading which will listen on http://localhost:3000.

How to build

npm run build

This will produce a folder named public, which contains the minified javascript, ready to be deployed.

How to deploy

scripts/deploy_staging.sh

To deploy in a staging environment.

scripts/deploy_prod.sh

To deploy in a production environment.

About

João Maduro's Personal Website

License:MIT License


Languages

Language:SCSS 61.9%Language:JavaScript 28.9%Language:CSS 9.0%Language:Shell 0.1%