Personal Quentin Ribierre's portfolio website -> quentinribierre.com
Static website built with Gatsby.
Run npm install && npm run dev
for development.
Run npm install && npm run build
to build the production static website in the ./public
folder.
You can run npm run serve
to locally test the static website just built, or simply open ./public/index.html
.
Any branch merge into master
will be deployed to Firebase with Travis CI and will then be available at quentinribierre.com.
Note: Code can be merged on master
only with a pull request, and pull requests cannot be merged without Quentin Ribierre's approval.