This repository contains the portfolio found at bymagellan.co
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have gulp CLI, git and NPM installed globally on your machine. Then you can simply clone this repo and do:
npm install
gulp
Run to build the complete website from app/ to dist/.
gulp c
Runand find the project running on localhost:8080.
To test the page on multiple devices and under real-world scenarios, run:
lt --port 8080
Please note that you have to have localtunnel installed globally, as it doesn't come with this package. Additionally, a local server must be running on port 8080.
Please try to stick to the BEM naming scheme when modifying and proposing a push request.
.block__element--modifier
If you want to propose a push request, do so via GitHub.
- VS Code - The text editor used
- Gulp.js - Workflow tool
- Localtunnel - Local webserver Proxy
- Unsplash - Beautiful, free photos
(c) Copyright 2020 Jonathan Arbely, all rights reserved.