Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.02 KB

My personal website

GitHub code size in bytes GitHub package.json version Website

A simple, single-page portfolio entirely written using HTML and CSS, based on bulma.io framework.

View the website here.

Installation

If you want to use this source code as a base template to create your own website you should:

  1. Clone this repository;
  2. Install dependencies using:
npm install
  1. After making your changes (please refer to bulma docs to know more about the framework) run:
npm run css-deploy && npm run js-build
  1. Release css, lib and index.html to your server;

License

MIT